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

Typography

Visual Assets

UI Components

Brand Personality

Tone: professional · Energy: medium · Audience: businesses seeking cloud security solutions

Upwind Brand in the Wild

Working with these fonts

Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts:

  1. Open the company's homepage in a browser with DevTools open.
  2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
  3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
  4. For each captured font URL: right-click → Save As to download the file locally.
  5. 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"
  }
}