{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from indieascent.com funnel (2026-09-09). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#ff7a45",
        "$type": "color"
      },
      "accent": {
        "$value": "#ff7a45",
        "$type": "color"
      },
      "bg": {
        "$value": "#131a20",
        "$type": "color"
      },
      "surface": {
        "$value": "#131a20",
        "$type": "color"
      },
      "text": {
        "$value": "#a8b3ba",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Public Sans",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "Architects Daughter",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "3px",
        "$type": "dimension"
      },
      "md": {
        "$value": "4px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "6px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "9px",
        "$type": "dimension"
      },
      "full": {
        "$value": "999px",
        "$type": "dimension"
      }
    }
  }
}