{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from scramblequest.app funnel (2026-07-12). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#5865f2",
        "$type": "color"
      },
      "accent": {
        "$value": "#5865f2",
        "$type": "color"
      },
      "bg": {
        "$value": "#0a0e18",
        "$type": "color"
      },
      "surface": {
        "$value": "#0a0e18",
        "$type": "color"
      },
      "text": {
        "$value": "#b9b2a5",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "ScrambleQuest",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "Futura",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "20px",
        "$type": "dimension"
      },
      "md": {
        "$value": "32px",
        "$type": "dimension"
      },
      "full": {
        "$value": "999px",
        "$type": "dimension"
      }
    }
  }
}