{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from findyourai.com funnel (2026-08-09). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#edf3fc",
        "$type": "color"
      },
      "accent": {
        "$value": "#edf3fc",
        "$type": "color"
      },
      "bg": {
        "$value": "#ffffff",
        "$type": "color"
      },
      "surface": {
        "$value": "#f4f8fc",
        "$type": "color"
      },
      "text": {
        "$value": "#000000",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Source Sans 3",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "-apple-system",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "2px",
        "$type": "dimension"
      },
      "md": {
        "$value": "6px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "8px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "20px",
        "$type": "dimension"
      },
      "full": {
        "$value": "999px",
        "$type": "dimension"
      }
    }
  }
}