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
- primary: #9CA3AF
- secondary: #1A192B
- accent: #18181B
- background: #FDFCFB
- textPrimary: #18181B
- link: #111827
Typography
- primary: Manrope — https://fonts.google.com/specimen/Manrope
- heading: Manrope — https://fonts.google.com/specimen/Manrope
Visual Assets
- Logo: https://www.bravi.app/logo.svg?dpl=dpl_AgRhycMhEReQHojYKtrA5MQmvmnP
- Favicon: https://www.bravi.app/logo.svg
- Social card (og:image): https://www.bravi.app/logo.svg
UI Components
- input: background=#FAFAFA, textColor=#000000, borderColor=#E9E9EB, borderRadius=6px, shadow=none
- buttonPrimary: background=#18181B, textColor=#D4D4D8, borderColor=#3F3F46, borderRadius=0px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#1A1A1A, borderColor=#E5E5E5, borderRadius=0px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: home service providers
Bravi Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Bravi – le réceptionniste IA vocal et chat 24/7 pour l'habitat
- Bravi – le réceptionniste IA vocal et chat 24/7 pour l'habitat
- Bravi Food Bank NYC's impressive subway ad | Tony Martignetti posted on the topic | LinkedIn
- Image: https://media.licdn.com/dms/image/v2/D4E22AQF2VC_siW3Qpw/feedshare-shrink_800/B4EZgx3uCQHEAo-/0/1753183349430?e=2147483647&v=beta&t=jTEd6wyYCUjnmXw4kMKHs9qqUhkgbAvIiDbooNVXVDE
- Source: https://www.linkedin.com/posts/tonymartignetti_thats-impressive-messaging-its-concise-activity-7353383941514379264-WGRS
- Bravio Creative Agency
- Bravi Leonardo HD
- Zeno AI Landing PageBuilder - Easily build landing, product pages with AI-powered simplicity | Shopify App Store
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- 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
}
}
}