llms.txt
Cribl Brand Identity
A complete profile of Cribl's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #FF4D4F |
| Accent | #FAAD14 |
| Body Font | Open Sans |
| Heading Font | Open Sans |
Color Palette
- primary: #FF4D4F
- secondary: #52C41A
- accent: #FAAD14
- background: #FFFFFF
- textPrimary: #595959
- link: #FAAD14
Typography
- primary: Open Sans — https://fonts.google.com/specimen/Open+Sans
- heading: Open Sans — https://fonts.google.com/specimen/Open+Sans
Visual Assets
- Favicon: https://packs.cribl.io/favicon.ico
UI Components
- input: background=#FFFFFF, textColor=#595959, borderColor=null, borderRadius=2px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech professionals
Cribl Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Packs Dispensary
- Packs Dispensary
- Packs Dispensary
- Packs Dispensary
- Packs Dispensary
- Packs Dispensary
Working with these 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 and copy out the matching @font-face declarations.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Open Sans",
"role": "body"
}
],
"colors": {
"primary": "#FF4D4F",
"secondary": "#52C41A",
"accent": "#FAAD14",
"background": "#FFFFFF",
"textPrimary": "#595959",
"link": "#FAAD14"
},
"typography": {
"fontFamilies": {
"primary": "Open Sans",
"heading": "Open Sans"
},
"fontStacks": {
"heading": [
"Open Sans",
"sans-serif"
],
"body": [
"Open Sans",
"sans-serif"
],
"paragraph": [
"Open Sans",
"sans-serif"
]
},
"fontSizes": {
"h1": "13px",
"h2": "13px",
"body": "13px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "2px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#595959",
"borderColor": null,
"borderRadius": "2px",
"shadow": "none"
}
},
"images": {
"favicon": "https://packs.cribl.io/favicon.ico",
"ogImage": null
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
}
}