{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from anakin.io funnel (2026-07-30). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#0b0e14",
        "$type": "color"
      },
      "accent": {
        "$value": "#0b0e14",
        "$type": "color"
      },
      "bg": {
        "$value": "#fafaf7",
        "$type": "color"
      },
      "surface": {
        "$value": "#f2f0ea",
        "$type": "color"
      },
      "text": {
        "$value": "#4a5161",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "GeistSans",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "GeistMono",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "3px",
        "$type": "dimension"
      },
      "md": {
        "$value": "4px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "6px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "8px",
        "$type": "dimension"
      },
      "full": {
        "$value": "999px",
        "$type": "dimension"
      }
    }
  }
}