{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from clarorank.com funnel (2026-07-18). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#ee6b2f",
        "$type": "color"
      },
      "accent": {
        "$value": "#ee6b2f",
        "$type": "color"
      },
      "bg": {
        "$value": "#ffffff",
        "$type": "color"
      },
      "surface": {
        "$value": "#fff4ef",
        "$type": "color"
      },
      "text": {
        "$value": "#6b6b6b",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Playfair Display",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "-apple-system",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "4px",
        "$type": "dimension"
      },
      "md": {
        "$value": "7px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "8px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "14px",
        "$type": "dimension"
      },
      "full": {
        "$value": "50px",
        "$type": "dimension"
      }
    }
  }
}