{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from recibbi.site funnel (2026-07-15). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#cfe0ee",
        "$type": "color"
      },
      "accent": {
        "$value": "#cfe0ee",
        "$type": "color"
      },
      "bg": {
        "$value": "#f2f3ec",
        "$type": "color"
      },
      "surface": {
        "$value": "#ffffff",
        "$type": "color"
      },
      "text": {
        "$value": "#20262b",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Archivo",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "Instrument Sans",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "6px",
        "$type": "dimension"
      },
      "md": {
        "$value": "9px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "14px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "18px",
        "$type": "dimension"
      },
      "full": {
        "$value": "999px",
        "$type": "dimension"
      }
    }
  }
}