{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from livedocument.com funnel (2026-09-14). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#daf132",
        "$type": "color"
      },
      "accent": {
        "$value": "#daf132",
        "$type": "color"
      },
      "bg": {
        "$value": "#f0ece6",
        "$type": "color"
      },
      "surface": {
        "$value": "#f6f4ee",
        "$type": "color"
      },
      "text": {
        "$value": "#1c1917",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Sora",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "Inter",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "3px",
        "$type": "dimension"
      },
      "md": {
        "$value": "5px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "12px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "16px",
        "$type": "dimension"
      },
      "full": {
        "$value": "9999px",
        "$type": "dimension"
      }
    }
  }
}