{
  "$description": "CheckSmith.ai brand tokens",
  "color": {
    "brand": {
      "50": {
        "value": "#eef1f8",
        "usage": "Mist backgrounds, subtle tints"
      },
      "100": {
        "value": "#d6dbee",
        "usage": "Hover states, soft borders"
      },
      "200": {
        "value": "#acb3d6",
        "usage": "Dividers, disabled accents"
      },
      "300": {
        "value": "#7f88bd",
        "usage": "Secondary accents"
      },
      "400": {
        "value": "#4e58a0",
        "usage": "Icons, muted links"
      },
      "500": {
        "value": "#232e8c",
        "usage": "Active states, emphasis"
      },
      "600": {
        "value": "#08126a",
        "usage": "Primary buttons, links, headers"
      },
      "700": {
        "value": "#060e55",
        "usage": "Button hover, deep surfaces"
      },
      "800": {
        "value": "#050b44",
        "usage": "Footer, dark cards"
      },
      "900": {
        "value": "#030730",
        "usage": "Primary ink, headings"
      }
    },
    "accent": {
      "brand-blue": {
        "value": "#3662e3",
        "usage": "Help center, tenant accents"
      },
      "marketing-nav-blue": {
        "value": "#0461db",
        "usage": "Marketing pill navigation"
      }
    }
  },
  "typography": {
    "fontFamilies": {
      "display": {
        "stack": "\"Manrope\", ui-sans-serif, system-ui, sans-serif",
        "usage": "Headings, display"
      },
      "sans": {
        "stack": "\"Inter\", ui-sans-serif, system-ui, sans-serif",
        "usage": "Body, UI"
      },
      "mono": {
        "stack": "\"IBM Plex Mono\", ui-monospace, SFMono-Regular, monospace",
        "usage": "Numeric tables, code"
      }
    },
    "scale": [
      {
        "name": "Display / H1",
        "fontFamily": "display",
        "size": "2.25rem",
        "weight": 800,
        "tracking": "-0.02em",
        "lineHeight": 1.1
      },
      {
        "name": "Heading / H2",
        "fontFamily": "display",
        "size": "1.5rem",
        "weight": 700,
        "tracking": "-0.02em",
        "lineHeight": 1.2
      },
      {
        "name": "Heading / H3",
        "fontFamily": "display",
        "size": "1.25rem",
        "weight": 700,
        "tracking": "-0.01em",
        "lineHeight": 1.3
      },
      {
        "name": "Body Large",
        "fontFamily": "sans",
        "size": "1.125rem",
        "weight": 400,
        "lineHeight": 1.625
      },
      {
        "name": "Body",
        "fontFamily": "sans",
        "size": "1rem",
        "weight": 400,
        "lineHeight": 1.625
      },
      {
        "name": "Caption",
        "fontFamily": "sans",
        "size": "0.875rem",
        "weight": 500,
        "lineHeight": 1.4
      }
    ]
  }
}