{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from naxely.com funnel (2026-07-13). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#eae3d3",
        "$type": "color"
      },
      "accent": {
        "$value": "#eae3d3",
        "$type": "color"
      },
      "bg": {
        "$value": "#f7f2e9",
        "$type": "color"
      },
      "surface": {
        "$value": "#eae3d3",
        "$type": "color"
      },
      "text": {
        "$value": "#14131f",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Fraunces",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "IBM Plex Sans",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "2px",
        "$type": "dimension"
      },
      "md": {
        "$value": "8px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "10px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "12px",
        "$type": "dimension"
      },
      "full": {
        "$value": "9999px",
        "$type": "dimension"
      }
    }
  }
}