{
  "color": {
    "brand": {
      "koastBlue": "#414EED",
      "signalCyan": "#25C3FD",
      "ink": "#1D1D1B",
      "black": "#000000",
      "white": "#FFFFFF"
    },
    "ui": {
      "ground": "#0B0D12",
      "card": "#11141B",
      "cardRaised": "#151922",
      "border": "#1F2430",
      "heading": "#F3F4F8",
      "body": "#C9CCD6",
      "muted": "#8A909E",
      "faint": "#585E6E",
      "primary": "#5561FF",
      "violet": "#A9ADF7",
      "success": "#17B26A",
      "amber": "#E0A23C",
      "info": "#6EA8FE"
    },
    "partner": {
      "whopVermilion": "#FA4616"
    }
  },
  "font": {
    "sans": "Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif",
    "serif": "Lora, Georgia, serif",
    "mono": "JetBrains Mono, SFMono-Regular, Menlo, monospace"
  },
  "type": {
    "display": {
      "size": 86,
      "line": 0.98,
      "weight": 700,
      "tracking": "-0.025em"
    },
    "h1": {
      "size": 56,
      "line": 1.02,
      "weight": 700,
      "tracking": "-0.02em"
    },
    "h2": {
      "size": 36,
      "line": 1.1,
      "weight": 700,
      "tracking": "-0.015em"
    },
    "h3": {
      "size": 24,
      "line": 1.2,
      "weight": 600,
      "tracking": "-0.01em"
    },
    "bodyLg": {
      "size": 18,
      "line": 1.5,
      "weight": 400
    },
    "body": {
      "size": 15,
      "line": 1.55,
      "weight": 400
    },
    "label": {
      "size": 13,
      "line": 1.4,
      "weight": 500
    },
    "mono": {
      "size": 12,
      "line": 1.4,
      "weight": 500,
      "tracking": "0.04em"
    }
  },
  "radius": {
    "sm": 6,
    "md": 10,
    "lg": 16,
    "pill": 999
  },
  "space": [
    4,
    8,
    12,
    16,
    24,
    32,
    48,
    64,
    96,
    128
  ],
  "border": {
    "width": 1,
    "color": "#1F2430"
  },
  "shadow": "none"
}