llms.txt
Upwind Brand Identity
A complete profile of Upwind's visual system — colors, typography, components, and personality.
Quick Facts
| Field | Value |
|---|---|
| Primary | #18202D |
| Accent | #D8DFE9 |
| Body Font | Aktiv Grotesk |
| Heading Font | Aeonik Pro |
Color Palette
- primary: #18202D
- secondary: #75808E
- accent: #D8DFE9
- background: #FFFFFF
- textPrimary: #141217
- link: #D8DFE9
Typography
- primary: Aktiv Grotesk — https://fonts.google.com/specimen/Aktiv+Grotesk
- heading: Aeonik Pro — https://fonts.google.com/specimen/Aeonik+Pro
Visual Assets
- Logo: data:image/svg+xml;utf8,%3Csvg%20class%3D%22brxe-svg%22%20id%3D%22brxe-635171%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2280%22%20height%3D%2224%22%20viewBox%3D%220%200%2080%2024%22%20fill%3D%22none%22%20data-fc-idx%3D%220%22%3E%3Cpath%20d%3D%22M11.838%200H0V3.10389H11.838V0Z%22%20fill%3D%22url(%23paint0_linear_10762_162028)%22%20style%3D%22fill%3A%20url(%26quot%3B%23paint0_linear_10762_162028%26quot%3B)%20!important%3B%22%2F%3E...
- Favicon: https://www.upwind.io/wp-content/uploads/2025/11/cropped-Upwind-Favicon-Square-32x32.png
- Social card (og:image): https://www.upwind.io/wp-content/uploads/2026/01/upwind-preview-link-image-1200x630-1.png
UI Components
- input: background=#FFFFFF, textColor=#75808E, borderColor=#94A3B8, borderRadius=4px, shadow=none
- buttonPrimary: background=#FFFFFF, textColor=#18202D, borderRadius=4px, shadow=none
- buttonSecondary: background=transparent, textColor=#18202D, borderRadius=4px, shadow=none
Brand Personality
Tone: professional · Energy: medium · Audience: businesses seeking cloud security solutions
Upwind Brand in the Wild
- Introducing Upwind's Unified AI Protection, Built for Modern Cloud Environments - Upwind
- Expanding CSPM with Runtime Advantage: Deep Data Scanning & Multi-Cloud Parity - Upwind
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) and copy out the matching @font-face declarations.
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": "Aktiv Grotesk",
"role": "body"
},
{
"family": "Aeonik Pro",
"role": "heading"
}
],
"colors": {
"primary": "#18202D",
"secondary": "#75808E",
"accent": "#D8DFE9",
"background": "#FFFFFF",
"textPrimary": "#141217",
"link": "#D8DFE9"
},
"typography": {
"fontFamilies": {
"primary": "Aktiv Grotesk",
"heading": "Aeonik Pro"
},
"fontStacks": {
"heading": [
"Aeonik Pro"
],
"body": [
"aktiv-grotesk",
"sans-serif"
],
"paragraph": [
"Times New Roman"
]
},
"fontSizes": {
"h1": "56px",
"h2": "20px",
"body": "16px"
}
},
"spacing": {
"baseUnit": 4,
"borderRadius": "8px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#75808E",
"borderColor": "#94A3B8",
"borderRadius": "4px",
"shadow": "none"
},
"buttonPrimary": {
"background": "#FFFFFF",
"textColor": "#18202D",
"borderRadius": "4px",
"shadow": "none"
},
"buttonSecondary": {
"background": "transparent",
"textColor": "#18202D",
"borderRadius": "4px",
"shadow": "none"
}
},
"images": {
"logo": "data:image/svg+xml;utf8,%3Csvg%20...",
"favicon": "https://www.upwind.io/wp-content/uploads/2025/11/cropped-Upwind-Favicon-Square-32x32.png",
"ogImage": "https://www.upwind.io/wp-content/uploads/2026/01/upwind-preview-link-image-1200x630-1.png"
},
"personality": {
"tone": "professional",
"energy": "medium",
"targetAudience": "businesses seeking cloud security solutions"
}
}