{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from bombas.com funnel (2026-07-17). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#e8ba4c",
        "$type": "color"
      },
      "accent": {
        "$value": "#e8ba4c",
        "$type": "color"
      },
      "bg": {
        "$value": "#fdfcf6",
        "$type": "color"
      },
      "surface": {
        "$value": "#f1f1ee",
        "$type": "color"
      },
      "text": {
        "$value": "#0000ee",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "bombasFont",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "bombasFont",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "3px",
        "$type": "dimension"
      },
      "md": {
        "$value": "6px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "8px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "20px",
        "$type": "dimension"
      },
      "full": {
        "$value": "90px",
        "$type": "dimension"
      }
    }
  }
}