{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from cursor.com funnel (2026-07-09). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#d9d5cf",
        "$type": "color"
      },
      "accent": {
        "$value": "#d9d5cf",
        "$type": "color"
      },
      "bg": {
        "$value": "#f7f7f4",
        "$type": "color"
      },
      "surface": {
        "$value": "#f2f1ed",
        "$type": "color"
      },
      "text": {
        "$value": "#26251e",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "CursorGothic",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "EB Garamond",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "2px",
        "$type": "dimension"
      },
      "md": {
        "$value": "3px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "4px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "8px",
        "$type": "dimension"
      }
    }
  }
}