{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from nativecos.com funnel (2026-07-18). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#0a1f8f",
        "$type": "color"
      },
      "accent": {
        "$value": "#0a1f8f",
        "$type": "color"
      },
      "bg": {
        "$value": "#ffffff",
        "$type": "color"
      },
      "surface": {
        "$value": "#e7eaec",
        "$type": "color"
      },
      "text": {
        "$value": "#ffffff",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "BrandonGrotesque",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "TT Norms Pro",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "4px",
        "$type": "dimension"
      },
      "md": {
        "$value": "5px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "6px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "10px",
        "$type": "dimension"
      },
      "full": {
        "$value": "100px",
        "$type": "dimension"
      }
    }
  }
}