{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from askbowtie.com funnel (2026-08-18). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#c8961a",
        "$type": "color"
      },
      "accent": {
        "$value": "#c8961a",
        "$type": "color"
      },
      "bg": {
        "$value": "#fffdf8",
        "$type": "color"
      },
      "surface": {
        "$value": "#fbf8f1",
        "$type": "color"
      },
      "text": {
        "$value": "#6d6450",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Fraunces",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "IBM Plex Mono",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "6px",
        "$type": "dimension"
      },
      "md": {
        "$value": "8px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "10px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "12px",
        "$type": "dimension"
      },
      "full": {
        "$value": "50px",
        "$type": "dimension"
      }
    }
  }
}