inevitable tech.json
Inevitable Tech Brand Identity
A complete profile of Inevitable Tech's visual system — colors, typography, components, and personality — extracted from https://inevitabletech.com/. Built for designers, agents, and AI tools.
- Page: https://characterquilt.com/branding/inevitable-tech
- Machine-readable JSON: https://characterquilt.com/branding/inevitable-tech.json
- Per-page llms.txt: https://characterquilt.com/branding/inevitable-tech/llms.txt
Quick Facts
| Field | Value |
|---|---|
| Primary | #FAE67A |
| Accent | #FAE67A |
| Body Font | Oldschool Grotesk Compact Trial |
| Heading Font | Oldschool Grotesk Compact Trial |
Color Palette
- primary: #FAE67A
- secondary: #4B4525
- accent: #FAE67A
- background: #000000
- textPrimary: #000000
- link: #4E724E
Typography
- primary: Oldschool Grotesk Compact Trial — https://fonts.google.com/specimen/Oldschool+Grotesk+Compact+Trial
- heading: Oldschool Grotesk Compact Trial — https://fonts.google.com/specimen/Oldschool+Grotesk+Compact+Trial
Visual Assets
- Logo: https://inevitabletech.com/wp-content/uploads/2023/07/logo.svg
- Favicon: https://inevitabletech.com/wp-content/themes/inevitable/assets/images/favicon.png
- Social card (og:image): https://inevitabletech.com/wp-content/themes/inevitable/assets/images/ogp.jpg
UI Components
- buttonPrimary: background=#FAE67A, textColor=#152215, borderRadius=100px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: tech-savvy professionals
Inevitable Tech Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- Inevitable Tech
- Inevitable Tech
- Inevitable Tech
- Inevitable Tech
- Inevitable Tech
- Inevitable Tech
Working with these fonts
Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:
CharacterQuilt.com suggests this flow that can 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) — 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": "dark",
"fonts": [
{
"family": "Oldschool Grotesk Compact Trial",
"role": "unknown"
}
],
"colors": {
"primary": "#FAE67A",
"secondary": "#4B4525",
"accent": "#FAE67A",
"background": "#000000",
"textPrimary": "#000000",
"link": "#4E724E"
},
"typography": {
"fontFamilies": {
"primary": "Oldschool Grotesk Compact Trial",
"heading": "Oldschool Grotesk Compact Trial"
},
"fontStacks": {
"heading": [
"OldschoolGroteskCompactTrial",
"sans-serif"
],
"body": [
"OldschoolGroteskCompactTrial",
"sans-serif"
],
"paragraph": [
"OldschoolGroteskCompactTrial",
"sans-serif"
]
},
"fontSizes": {
"h1": "180px",
"h2": "18px",
"body": "42px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "0px"
},
"components": {
"buttonPrimary": {
"background": "#FAE67A",
"textColor": "#152215",
"borderRadius": "100px",
"borderRadiusCorners": {
"topLeft": "100px",
"topRight": "100px",
"bottomRight": "100px",
"bottomLeft": "100px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://inevitabletech.com/wp-content/uploads/2023/07/logo.svg",
"favicon": "https://inevitabletech.com/wp-content/themes/inevitable/assets/images/favicon.png",
"ogImage": "https://inevitabletech.com/wp-content/themes/inevitable/assets/images/ogp.jpg",
"logoHref": "https://inevitabletech.com/"
},
"__llm_logo_reasoning": {
"selectedIndex": 0,
"reasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Inevitable Tech'.",
"confidence": 0.95,
"source": "llm"
},
"__llm_button_reasoning": {
"primary": {
"index": 0,
"text": "About Our Team",
"reasoning": "The button 'About Our Team' uses the vibrant brand color #FAE67A, which is a strong indicator of a primary call-to-action."
},
"secondary": {
"index": -1,
"text": "N/A",
"reasoning": "There is only one button detected, so no secondary button can be identified."
},
"confidence": 0.9
},
"personality": {
"tone": "modern",
"energy": "medium",
"targetAudience": "tech-savvy professionals"
},
"designSystem": {
"framework": "custom",
"componentLibrary": ""
},
"confidence": {
"buttons": 0.9,
"colors": 0.9,
"overall": 0.9
},
"__llm_metadata": {
"logoSelection": {
"llmCalled": true,
"llmSucceeded": true,
"finalSource": "llm",
"rawLogoSelection": {
"selectedLogoIndex": 0,
"selectedLogoReasoning": "Selected #0 because it is visible, located in the header, links to the homepage, and matches the brand name 'Inevitable Tech'.",
"confidence": 0.95
}
},
"buttonClassification": {
"llmCalled": true,
"llmSucceeded": true
}
}
}