{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from linear.app funnel (2026-07-09). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#08090a",
        "$type": "color"
      },
      "accent": {
        "$value": "#08090a",
        "$type": "color"
      },
      "bg": {
        "$value": "#fbfbfc",
        "$type": "color"
      },
      "surface": {
        "$value": "#ffffff",
        "$type": "color"
      },
      "text": {
        "$value": "#8a8f98",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Inter Variable",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "Inter Variable",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "2px",
        "$type": "dimension"
      },
      "md": {
        "$value": "4px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "6px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "12px",
        "$type": "dimension"
      },
      "full": {
        "$value": "50px",
        "$type": "dimension"
      }
    }
  }
}