{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from course2learn.in funnel (2026-07-15). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#059669",
        "$type": "color"
      },
      "accent": {
        "$value": "#059669",
        "$type": "color"
      },
      "bg": {
        "$value": "#ffffff",
        "$type": "color"
      },
      "surface": {
        "$value": "#d1fae5",
        "$type": "color"
      },
      "text": {
        "$value": "#111827",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Inter",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "Inter",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "4px",
        "$type": "dimension"
      },
      "md": {
        "$value": "8px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "12px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "16px",
        "$type": "dimension"
      },
      "full": {
        "$value": "50px",
        "$type": "dimension"
      }
    }
  }
}