{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from pingrelay.com funnel (2026-08-15). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#37404a",
        "$type": "color"
      },
      "accent": {
        "$value": "#37404a",
        "$type": "color"
      },
      "bg": {
        "$value": "#f5f5f4",
        "$type": "color"
      },
      "surface": {
        "$value": "#f1f1f1",
        "$type": "color"
      },
      "text": {
        "$value": "#f1f1f1",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Inter",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "Inter",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "2px",
        "$type": "dimension"
      },
      "md": {
        "$value": "4px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "5px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "10px",
        "$type": "dimension"
      },
      "full": {
        "$value": "999px",
        "$type": "dimension"
      }
    }
  }
}