{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from trysalute.com funnel (2026-07-27). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#0b1d37",
        "$type": "color"
      },
      "accent": {
        "$value": "#0b1d37",
        "$type": "color"
      },
      "bg": {
        "$value": "#f7f7f7",
        "$type": "color"
      },
      "surface": {
        "$value": "#f5f7fa",
        "$type": "color"
      },
      "text": {
        "$value": "#0f1113",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Space Grotesk",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "Inter",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "6px",
        "$type": "dimension"
      },
      "md": {
        "$value": "8px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "20px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "25px",
        "$type": "dimension"
      },
      "full": {
        "$value": "50px",
        "$type": "dimension"
      }
    }
  }
}