llms.txt
Cerebrium Brand Identity
A complete profile of Cerebrium's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #172B76 |
| Accent | #FF488B |
| Body Font | Suisse Intl |
| Heading Font | Suisse Intl |
Color Palette
- primary: #172B76
- secondary: #181D2E
- accent: #FF488B
- background: #101421
- textPrimary: #101421
- link: #101421
Typography
- primary: Suisse Intl — https://fonts.google.com/specimen/Suisse+Intl
- heading: Suisse Intl — https://fonts.google.com/specimen/Suisse+Intl
Visual Assets
- Favicon:
- Social card (og:image):
UI Components
- buttonPrimary: background=#FF488B, textColor=#101421, borderRadius=7px, shadow=none
- buttonSecondary: background=#101421, textColor=#FFFFFF, borderRadius=7px, shadow=none
Brand Personality
Tone: modern · Energy: high · Audience: developers and tech companies
Cerebrium Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Cerebrium blog | Building a Real-time Coding Assistant
- Image:
- Source: Cerebrium Blog
- Outbound Agent with LiveKit - Cerebrium
- Image:
- Source: LiveKit Documentation
- Blog | Cerebrium
- Image:
- Source: Cerebrium Blog
- AI Commentator - Realtime Video Commentary with Emotion
- Image:
- Source: Commentator
- Blog | Cerebrium
- Image:
- Source: Cerebrium Blog
- Streaming LLM Output - Cerebrium
- Image:
- Source: Streaming Documentation
Working with these fonts
Not found on Google Fonts? Suggestions 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".
- Hard-reload the page and click around.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS.
Programmatic alternative: load the URL with Playwright or Puppeteer.
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": "dark",
"fonts": [
{
"family": "Suisse Intl",
"role": "body"
},
{
"family": "Suisse Intl Mono",
"role": "monospace"
}
],
"colors": {
"primary": "#172B76",
"secondary": "#181D2E",
"accent": "#FF488B",
"background": "#101421",
"textPrimary": "#101421",
"link": "#101421"
},
"typography": {
"fontFamilies": {
"primary": "Suisse Intl",
"heading": "Suisse Intl"
},
"fontStacks": {
"heading": [
"ABC Favorit Trial",
"sans-serif"
],
"body": [
"Suisse Intl",
"sans-serif"
],
"paragraph": [
"Suisse Intl",
"sans-serif"
]
},
"fontSizes": {
"h1": "104.869px",
"h2": "16px",
"body": "17px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#FF488B",
"textColor": "#101421",
"borderRadius": "7px",
"borderRadiusCorners": {
"topLeft": "7px",
"topRight": "7px",
"bottomRight": "7px",
"bottomLeft": "7px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#101421",
"textColor": "#FFFFFF",
"borderRadius": "7px",
"borderRadiusCorners": {
"topLeft": "7px",
"topRight": "7px",
"bottomRight": "7px",
"bottomLeft": "7px"
},
"shadow": "none"
}
},
"images": {
"favicon": "https://www.datocms-assets.com/180613/1770487378-iiynr41hlhnjq7vtreipiv8k6eo.png?auto=format&h=16&w=16",
"ogImage": "https://www.datocms-assets.com/180613/1774904124-og-image.png?auto=format&fit=max&w=1200"
},
"personality": {
"tone": "modern",
"energy": "high",
"targetAudience": "developers and tech companies"
},
"designSystem": {
"framework": "tailwind",
"componentLibrary": ""
}
}