{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from plausible.io funnel (2026-07-12). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#252f3f",
        "$type": "color"
      },
      "accent": {
        "$value": "#252f3f",
        "$type": "color"
      },
      "bg": {
        "$value": "#ffffff",
        "$type": "color"
      },
      "surface": {
        "$value": "#f4f5f7",
        "$type": "color"
      },
      "text": {
        "$value": "#4b5563",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "system-ui",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "system-ui",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "3px",
        "$type": "dimension"
      },
      "md": {
        "$value": "4px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "6px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "8px",
        "$type": "dimension"
      },
      "full": {
        "$value": "9999px",
        "$type": "dimension"
      }
    }
  }
}