{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from nutrikaki.com funnel (2026-08-12). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#0a7c6e",
        "$type": "color"
      },
      "accent": {
        "$value": "#0a7c6e",
        "$type": "color"
      },
      "bg": {
        "$value": "#ffffff",
        "$type": "color"
      },
      "surface": {
        "$value": "#f7fcfb",
        "$type": "color"
      },
      "text": {
        "$value": "#4a6461",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "DM Serif Display",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "DM Sans",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "10px",
        "$type": "dimension"
      },
      "md": {
        "$value": "12px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "14px",
        "$type": "dimension"
      },
      "full": {
        "$value": "9999px",
        "$type": "dimension"
      }
    }
  }
}