{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from apple.com funnel (2026-08-03). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#f5f5f7",
        "$type": "color"
      },
      "accent": {
        "$value": "#f5f5f7",
        "$type": "color"
      },
      "bg": {
        "$value": "#f5f5f7",
        "$type": "color"
      },
      "surface": {
        "$value": "#f4f8fb",
        "$type": "color"
      },
      "text": {
        "$value": "#000000",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "SF Pro Text",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "SF Pro Display",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "8px",
        "$type": "dimension"
      },
      "full": {
        "$value": "999px",
        "$type": "dimension"
      }
    }
  }
}