{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from adoptmevalues.trade funnel (2026-07-16). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#ffe7b3",
        "$type": "color"
      },
      "accent": {
        "$value": "#ffe7b3",
        "$type": "color"
      },
      "bg": {
        "$value": "#fffdf7",
        "$type": "color"
      },
      "surface": {
        "$value": "#ffe7b3",
        "$type": "color"
      },
      "text": {
        "$value": "#6b5d50",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Baloo 2",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "Nunito Sans",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "5px",
        "$type": "dimension"
      },
      "md": {
        "$value": "8px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "12px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "14px",
        "$type": "dimension"
      },
      "full": {
        "$value": "999px",
        "$type": "dimension"
      }
    }
  }
}