{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from orla.finance funnel (2026-08-15). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#f7f6f3",
        "$type": "color"
      },
      "accent": {
        "$value": "#f7f6f3",
        "$type": "color"
      },
      "bg": {
        "$value": "#ffffff",
        "$type": "color"
      },
      "surface": {
        "$value": "#f7f6f3",
        "$type": "color"
      },
      "text": {
        "$value": "#6b6963",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Instrument Serif",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "Martian Mono",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "2px",
        "$type": "dimension"
      },
      "md": {
        "$value": "4px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "30px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "36px",
        "$type": "dimension"
      },
      "full": {
        "$value": "999px",
        "$type": "dimension"
      }
    }
  }
}