{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from horsepicker.net funnel (2026-09-14). Roles curated; palette from computed CSS.",
    "color": {
      "accent": {
        "$value": "#1a2e1a",
        "$type": "color"
      },
      "bg": {
        "$value": "#0d0d0d",
        "$type": "color"
      },
      "surface": {
        "$value": "#0d0d0d",
        "$type": "color"
      },
      "text": {
        "$value": "#999999",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "-apple-system",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "-apple-system",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "8px",
        "$type": "dimension"
      },
      "md": {
        "$value": "10px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "12px",
        "$type": "dimension"
      }
    }
  }
}