{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from mpz-player.org funnel (2026-07-30). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#f5f5f5",
        "$type": "color"
      },
      "accent": {
        "$value": "#f5f5f5",
        "$type": "color"
      },
      "bg": {
        "$value": "#f5f5f5",
        "$type": "color"
      },
      "surface": {
        "$value": "#fafafa",
        "$type": "color"
      },
      "text": {
        "$value": "#2b2b2b",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "-apple-system",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "-apple-system",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "3px",
        "$type": "dimension"
      },
      "md": {
        "$value": "4px",
        "$type": "dimension"
      }
    }
  }
}