llms.txt

Fort Brand Identity

A complete profile of Fort's visual system — colors, typography, components, and personality.

Quick Facts

Field Value
Primary #161413
Accent #16A34A
Body Font DM Sans
Heading Font Aspekta

Color Palette

Typography

Visual Assets

UI Components

Brand Personality

Tone: modern · Energy: medium · Audience: fitness enthusiasts

Fort Brand in the Wild

Real-world brand assets — ads, campaigns, marketing materials.

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:

  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 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": "DM Sans",
   "role": "body"
  },
  {
   "family": "Aspekta",
   "role": "heading"
  }
 ],
 "colors": {
  "primary": "#161413",
  "accent": "#16A34A",
  "background": "#FFFFFF",
  "textPrimary": "#161413",
  "link": "#16A34A"
 },
 "typography": {
  "fontFamilies": {
   "primary": "DM Sans",
   "heading": "Aspekta"
  },
  "fontStacks": {
   "heading": [
    "Aspekta",
    "sans-serif"
   ],
   "body": [
    "DM Sans",
    "-apple-system",
    "BlinkMacSystemFont",
    "Segoe UI",
    "sans-serif"
   ],
   "paragraph": [
    "DM Sans",
    "-apple-system",
    "BlinkMacSystemFont",
    "Segoe UI",
    "sans-serif"
   ]
  },
  "fontSizes": {
   "h1": "52px",
   "h2": "44px",
   "body": "16px"
  }
 },
 "spacing": {
  "baseUnit": 4,
  "borderRadius": "12px"
 },
 "components": {
  "input": {
   "background": "transparent",
   "textColor": "#787776",
   "borderColor": null,
   "borderRadius": "10px",
   "shadow": "none"
  },
  "buttonPrimary": {
   "background": "#161413",
   "textColor": "#FFFFFF",
   "borderRadius": "999px",
   "shadow": "none"
  },
  "buttonSecondary": {
   "background": "#FFFFFF",
   "textColor": "#161413",
   "borderRadius": "999px",
   "shadow": "none"
  }
 },
 "images": {
  "logo": "https://fort.cx/images/fort-spellout-logo-black-transparent.png",
  "favicon": "https://fort.cx/favicon.ico?v=2",
  "ogImage": "https://fort.cx/images/og-image.png"
 },
 "personality": {
  "tone": "modern",
  "energy": "medium",
  "targetAudience": "fitness enthusiasts"
 },
 "confidence": {
  "buttons": 0.9,
  "colors": 0.9,
  "overall": 0.9
 }
}