{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from betterstack.com funnel (2026-07-31). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#1f2433",
        "$type": "color"
      },
      "accent": {
        "$value": "#1f2433",
        "$type": "color"
      },
      "bg": {
        "$value": "#0f101a",
        "$type": "color"
      },
      "surface": {
        "$value": "#0f101a",
        "$type": "color"
      },
      "text": {
        "$value": "#646e87",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Helvetica Now Display",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "Helvetica Now Text",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "8px",
        "$type": "dimension"
      },
      "md": {
        "$value": "10px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "12px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "16px",
        "$type": "dimension"
      },
      "full": {
        "$value": "9999px",
        "$type": "dimension"
      }
    }
  }
}