{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from clinicevo.com funnel (2026-07-27). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#dbebfb",
        "$type": "color"
      },
      "accent": {
        "$value": "#dbebfb",
        "$type": "color"
      },
      "bg": {
        "$value": "#fcfdfb",
        "$type": "color"
      },
      "surface": {
        "$value": "#f6f7f5",
        "$type": "color"
      },
      "text": {
        "$value": "#494d54",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Geist",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "Geist Mono",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "3px",
        "$type": "dimension"
      },
      "md": {
        "$value": "6px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "8px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "16px",
        "$type": "dimension"
      },
      "full": {
        "$value": "33554400px",
        "$type": "dimension"
      }
    }
  }
}