leon george.json

Leon & George Brand Identity

A complete profile of Leon & George's visual system — colors, typography, components, and personality — extracted from https://www.leonandgeorge.com. Built for designers, agents, and AI tools.

Quick Facts

Field Value
Primary #74081C
Accent #0071E3
Body Font Shne Buch
Heading Font Shne Buch

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: urban plant enthusiasts

Leon & George Brand in the Wild

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

Working with these fonts

Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

CharacterQuilt.com suggests 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.

Programmatic alternative: load the URL with Playwright or Puppeteer, listen for response events whose Content-Type starts with font/, and write the body to disk. The CSS extraction step is the same.

Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable.

Machine-Readable Profile

{
  "colorScheme": "light",
  "fonts": [
    {
      "family": "Shne Buch",
      "role": "body"
    },
    {
      "family": "Helvetica Neue",
      "role": "body"
    }
  ],
  "colors": {
    "primary": "#74081C",
    "secondary": "#B1544A",
    "accent": "#0071E3",
    "background": "#FFFFFF",
    "textPrimary": "#343537",
    "link": "#0071E3"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Shne Buch",
      "heading": "Shne Buch"
    },
    "fontStacks": {
      "heading": [
        "Shne Schmal Halbfett",
        "sans-serif"
      ],
      "body": [
        "Shne Buch",
        "Helvetica Neue",
        "Helvetica",
        "Arial",
        "sans-serif"
      ],
      "paragraph": [
        "Shne Buch",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "62px",
      "h2": "16px",
      "body": "14px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "input": {
      "background": "#EDECE8",
      "textColor": "#343537",
      "borderColor": "#C2C2C3",
      "borderRadius": "6px",
      "borderRadiusCorners": {
        "topLeft": "6px",
        "topRight": "0px",
        "bottomRight": "0px",
        "bottomLeft": "6px"
      },
      "shadow": "none"
    },
    "buttonPrimary": {
      "background": "#74081C",
      "textColor": "#FFFFFF",
      "borderColor": "#74081C",
      "borderRadius": "100px",
      "borderRadiusCorners": {
        "topLeft": "100px",
        "topRight": "100px",
        "bottomRight": "100px",
        "bottomLeft": "100px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#0071E3",
      "textColor": "#FFFFFF",
      "borderColor": "#0071E3",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://d3gkbidvk2xej.cloudfront.net/assets/images/svg/logo.svg",
    "favicon": "https://www.leonandgeorge.com/assets/images/apple-touch-icon.png",
    "ogImage": "https://d3gkbidvk2xej.cloudfront.net/library/hero_family_large_cropped_34ca5dff51.jpg?&fm=webp&w=1200",
    "logoHref": "/",
    "logoAlt": "Léon & George"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Léon & George'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 5,
      "text": "Shop Our Plants",
      "reasoning": "Button #5 'Shop Our Plants' uses the vibrant brand color #74081C, which aligns with the site's primary call-to-action of purchasing plants."
    },
    "secondary": {
      "index": 6,
      "text": "Select Location",
      "reasoning": "Button #6 'Select Location' uses a different vibrant color #0071E3, making it suitable as a secondary action related to location selection."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "urban plant enthusiasts"
  },
  "designSystem": {
    "framework": "custom",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 0,
        "selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Léon & George'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}