llms.txt
Archil Brand Identity
A complete profile of Archil's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #CA5551 |
| Accent | #CA5551 |
| Body Font | Inter |
| Heading Font | Inter |
Color Palette
- primary: #CA5551
- secondary: #443734
- accent: #CA5551
- background: #FFFBF9
- textPrimary: #0F0A09
- link: #36241E
Typography
- primary: Inter — https://fonts.google.com/specimen/Inter
- heading: Inter — https://fonts.google.com/specimen/Inter
Visual Assets
UI Components
- buttonPrimary: background=#CA5551, textColor=#FFFBF9, borderRadius=0px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px
- buttonSecondary: background=transparent, textColor=#0F0A09, borderColor=#DDD6D2, borderRadius=0px, shadow=rgba(0, 0, 0, 0) 0px 0px 0px 0px
Brand Personality
Tone: modern · Energy: medium · Audience: tech professionals and AI developers
Working with these fonts
Not found on Google Fonts? Suggestions to help:
- 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).
- For each captured font URL: right-click → Save As to download the file locally.
- Copy out the matching @font-face declarations from the page's CSS.
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": "Inter",
"role": "body"
},
{
"family": "IBM Plex Mono",
"role": "monospace"
}
],
"colors": {
"primary": "#CA5551",
"secondary": "#443734",
"accent": "#CA5551",
"background": "#FFFBF9",
"textPrimary": "#0F0A09",
"link": "#36241E"
},
"typography": {
"fontFamilies": {
"primary": "Inter",
"heading": "Inter"
},
"fontStacks": {
"heading": [
"Inter"
],
"body": [
"Inter"
],
"paragraph": [
"Inter"
]
},
"fontSizes": {
"h1": "60px",
"h2": "60px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#CA5551",
"textColor": "#FFFBF9",
"borderRadius": "0px",
"shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
},
"buttonSecondary": {
"background": "transparent",
"textColor": "#0F0A09",
"borderColor": "#DDD6D2",
"borderRadius": "0px",
"shadow": "rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px"
}
},
"images": {
"favicon": "https://archil.com/icon.svg?2fb4ca247cf1fcfa"
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech professionals and AI developers"
},
"designSystem": {
"framework": "tailwind"
}
}