{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from langchain.com funnel (2026-07-09). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#f2faff",
        "$type": "color"
      },
      "accent": {
        "$value": "#f2faff",
        "$type": "color"
      },
      "bg": {
        "$value": "#f2faff",
        "$type": "color"
      },
      "surface": {
        "$value": "#e5f4ff",
        "$type": "color"
      },
      "text": {
        "$value": "#030710",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Twklausanne",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "Twklausanne",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "6px",
        "$type": "dimension"
      },
      "md": {
        "$value": "8px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "16px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "17px",
        "$type": "dimension"
      },
      "full": {
        "$value": "50px",
        "$type": "dimension"
      }
    }
  }
}