llms.txt

Bravi Brand Identity

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

Quick Facts

Field Value
Primary #9CA3AF
Accent #18181B
Body Font Manrope
Heading Font Manrope

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: home service providers

Bravi 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:

  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": "Manrope",
   "role": "body"
  }
 ],
 "colors": {
  "primary": "#9CA3AF",
  "secondary": "#1A192B",
  "accent": "#18181B",
  "background": "#FDFCFB",
  "textPrimary": "#18181B",
  "link": "#111827"
 },
 "typography": {
  "fontFamilies": {
   "primary": "Manrope",
   "heading": "Manrope"
  },
  "fontStacks": {
   "heading": [
    "Manrope",
    "sans-serif"
   ],
   "body": [
    "Manrope",
    "sans-serif"
   ],
   "paragraph": [
    "Manrope",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "72px",
   "h2": "15px",
   "body": "20px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "0px"
 },
 "components": {
  "input": {
   "background": "#FAFAFA",
   "textColor": "#000000",
   "borderColor": "#E9E9EB",
   "borderRadius": "6px",
   "borderRadiusCorners": {
    "topLeft": "6px",
    "topRight": "6px",
    "bottomRight": "6px",
    "bottomLeft": "6px"
   },
   "shadow": "none"
  },
  "buttonPrimary": {
   "background": "#18181B",
   "textColor": "#D4D4D8",
   "borderColor": "#3F3F46",
   "borderRadius": "0px",
   "borderRadiusCorners": {
    "topLeft": "0px",
    "topRight": "0px",
    "bottomRight": "0px",
    "bottomLeft": "0px"
   },
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#FFFFFF",
   "textColor": "#1A1A1A",
   "borderColor": "#E5E5E5",
   "borderRadius": "0px",
   "borderRadiusCorners": {
    "topLeft": "0px",
    "topRight": "0px",
    "bottomRight": "0px",
    "bottomLeft": "0px"
   },
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://www.bravi.app/logo.svg?dpl=dpl_AgRhycMhEReQHojYKtrA5MQmvmnP",
  "favicon": "https://www.bravi.app/logo.svg",
  "ogImage": "https://www.bravi.app/logo.svg",
  "logoHref": "/",
  "logoAlt": "Bravi Logo"
 },
 "__llm_logo_reasoning": {
  "selectedIndex": 1,
  "reasoning": "Selected #1 because it is visible, located in the header, links to the homepage, and the alt text matches the brand name 'Bravi'.",
  "confidence": 0.95,
  "source": "llm"
 },
 "__llm_button_reasoning": {
  "primary": {
   "index": 2,
   "text": "Talk with our AI receptionist",
   "reasoning": "Button #2 has a distinct dark background color (#18181B) and action-oriented text ('Talk with our AI receptionist'), making it stand out as the primary CTA."
  },
  "secondary": {
   "index": 1,
   "text": "Book a demo",
   "reasoning": "Button #1 has a light background (#FFFFFF) and serves as a secondary action ('Book a demo'), complementing the primary button."
  },
  "confidence": 0.9
 },
 "personality": {
  "tone": "modern",
  "energy": "medium",
  "targetAudience": "home service providers"
 },
 "designSystem": {
  "framework": "tailwind",
  "componentLibrary": ""
 },
 "confidence": {
  "buttons": 0.9,
  "colors": 0.9,
  "overall": 0.9
 },
 "__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 the alt text matches the brand name 'Bravi'.",
    "confidence": 0.95
   }
  },
  "buttonClassification": {
   "llmCalled": true,
   "llmSucceeded": true
  }
 }
}