{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from athleticbrewing.com funnel (2026-07-17). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#ffc629",
        "$type": "color"
      },
      "accent": {
        "$value": "#ffc629",
        "$type": "color"
      },
      "bg": {
        "$value": "#ffffff",
        "$type": "color"
      },
      "surface": {
        "$value": "#f7fbfc",
        "$type": "color"
      },
      "text": {
        "$value": "#003a5d",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Barlow Condensed",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "Barlow",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "12px",
        "$type": "dimension"
      },
      "md": {
        "$value": "16px",
        "$type": "dimension"
      },
      "full": {
        "$value": "10000px",
        "$type": "dimension"
      }
    }
  }
}