llms.txt

LedgerUp Brand Identity

A complete profile of LedgerUp's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #2D9264
Accent #2D9264
Body Font Inter
Heading Font Instrument Sans

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: business professionals

LedgerUp Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

Working with these fonts

Not found on Google Fonts? Follow this flow that can help:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
  3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each src: url(...) to point to your local file path.

Machine-Readable Profile

{
 "colorScheme": "light",
 "fonts": [
  {
   "family": "Inter",
   "role": "body"
  },
  {
   "family": "Instrument Sans",
   "role": "heading"
  },
  {
   "family": "Lato",
   "role": "unknown"
  }
 ],
 "colors": {
  "primary": "#2D9264",
  "secondary": "#6BB290",
  "accent": "#2D9264",
  "background": "#FBFDF6",
  "textPrimary": "#191A16",
  "link": "#E2F5EB"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Inter",
   "heading": "Instrument Sans"
  },
  "fontStacks": {
   "heading": [
    "Instrument Sans",
    "-apple-system",
    "BlinkMacSystemFont",
    "sans-serif"
   ],
   "body": [
    "Inter",
    "-apple-system",
    "BlinkMacSystemFont",
    "Segoe UI",
    "Roboto",
    "sans-serif"
   ],
   "paragraph": [
    "Inter",
    "-apple-system",
    "BlinkMacSystemFont",
    "Segoe UI",
    "Roboto",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "52px",
   "h2": "40px",
   "body": "10px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "4px"
 },
 "components": {
  "buttonPrimary": {
   "background": "#2D9264",
   "textColor": "#FBFDF6",
   "borderRadius": "33554400px",
   "borderRadiusCorners": {
    "topLeft": "33554400px",
    "topRight": "33554400px",
    "bottomRight": "33554400px",
    "bottomLeft": "33554400px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#FBFDF6",
   "textColor": "#2D9264",
   "borderColor": "#2D9264",
   "borderRadius": "33554400px",
   "borderRadiusCorners": {
    "topLeft": "33554400px",
    "topRight": "33554400px",
    "bottomRight": "33554400px",
    "bottomLeft": "33554400px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://cdn.prod.website-files.com/68c89b86dcf34a64422402ea/696abdcfd641ff7e84d33fba_LedgerUp%20Logo%20w%20name%20(3).svg",
  "favicon": "https://www.ledgerup.ai/icon.svg",
  "ogImage": "https://www.ledgerup.ai/opengraph-image?4068e2741c19e87f",
  "logoHref": "/",
  "logoAlt": "LedgerUp"
 },
 "personality": {
  "tone": "professional",
  "energy": "medium",
  "targetAudience": "business professionals"
 },
 "designSystem": {
  "framework": "tailwind",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.95,
  "colors": 0.9,
  "overall": 0.925
 }
}