{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from vpn.com funnel (2026-07-09). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#2663eb",
        "$type": "color"
      },
      "accent": {
        "$value": "#2663eb",
        "$type": "color"
      },
      "bg": {
        "$value": "#ffffff",
        "$type": "color"
      },
      "surface": {
        "$value": "#f8fafc",
        "$type": "color"
      },
      "text": {
        "$value": "#0f172a",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "ui-serif",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "ui-sans-serif",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "5px",
        "$type": "dimension"
      },
      "md": {
        "$value": "6px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "8px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "10px",
        "$type": "dimension"
      }
    }
  }
}