breadfast.json

Breadfast Brand Identity

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

Quick Facts

Field Value
Primary #AA0082
Accent #AA0082
Body Font Work Sans
Heading Font Cairo

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: urban consumers looking for convenience

Breadfast 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": "Work Sans",
      "role": "body"
    },
    {
      "family": "Cairo",
      "role": "heading"
    },
    {
      "family": "Faro-BoldLucky",
      "role": "display"
    }
  ],
  "colors": {
    "primary": "#AA0082",
    "secondary": "#EDFFEF",
    "accent": "#AA0082",
    "background": "#FFFFFF",
    "textPrimary": "#000000",
    "link": "#A80080"
  },
  "typography": {
    "fontFamilies": {
      "primary": "Work Sans",
      "heading": "Cairo"
    },
    "fontStacks": {
      "heading": [
        "Faro-DisplayLucky",
        "sans-serif"
      ],
      "body": [
        "Work Sans",
        "Cairo",
        "sans-serif"
      ],
      "paragraph": [
        "Faro-RegularSad",
        "sans-serif"
      ]
    },
    "fontSizes": {
      "h1": "64px",
      "h2": "64px",
      "body": "24px"
    }
  },
  "spacing": {
    "baseUnit": 4,
    "borderRadius": "4px"
  },
  "components": {
    "buttonPrimary": {
      "background": "#AA0082",
      "textColor": "#FFFFFF",
      "borderColor": "#AA0082",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    },
    "buttonSecondary": {
      "background": "#F3F4F5",
      "textColor": "#A3007C",
      "borderColor": "#A3007C",
      "borderRadius": "8px",
      "borderRadiusCorners": {
        "topLeft": "8px",
        "topRight": "8px",
        "bottomRight": "8px",
        "bottomLeft": "8px"
      },
      "shadow": "none"
    }
  },
  "images": {
    "logo": "https://www.breadfast.com/wp-content/themes/breadfast/website/images/breadfast-brand.svg",
    "favicon": "https://www.breadfast.com/wp-content/themes/breadfast/assets/img/b-fav.png",
    "ogImage": "https://s3-eu-west-1.amazonaws.com/breadfast-prod/wp-content/uploads/2020/12/Screen-Shot-2020-12-03-at-1.20.53-AM.png",
    "logoHref": "/",
    "logoAlt": "Breadfast, Better not Bitter!"
  },
  "__llm_logo_reasoning": {
    "selectedIndex": 1,
    "reasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Breadfast'.",
    "confidence": 0.9,
    "source": "llm"
  },
  "__llm_button_reasoning": {
    "primary": {
      "index": 0,
      "text": "Explore Breadfast",
      "reasoning": "Button #0 uses the brand's primary color (#AA0082) and has action-oriented text ('Explore Breadfast'), making it the most prominent CTA."
    },
    "secondary": {
      "index": 1,
      "text": "Find your chef",
      "reasoning": "Button #1 has a different background color (#F3F4F5) and serves as a secondary action ('Find your chef'), fitting the secondary role."
    },
    "confidence": 0.95
  },
  "personality": {
    "tone": "modern",
    "energy": "medium",
    "targetAudience": "urban consumers looking for convenience"
  },
  "designSystem": {
    "framework": "bootstrap",
    "componentLibrary": ""
  },
  "confidence": {
    "buttons": 0.95,
    "colors": 0.9,
    "overall": 0.925
  },
  "__llm_metadata": {
    "logoSelection": {
      "llmCalled": true,
      "llmSucceeded": true,
      "finalSource": "llm",
      "rawLogoSelection": {
        "selectedLogoIndex": 1,
        "selectedLogoReasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and matches the brand name 'Breadfast'.",
        "confidence": 0.9
      }
    },
    "buttonClassification": {
      "llmCalled": true,
      "llmSucceeded": true
    }
  }
}