{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from meshtogether.app funnel (2026-08-09). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#efe7d6",
        "$type": "color"
      },
      "accent": {
        "$value": "#efe7d6",
        "$type": "color"
      },
      "bg": {
        "$value": "#f6f1e7",
        "$type": "color"
      },
      "surface": {
        "$value": "#faf6ed",
        "$type": "color"
      },
      "text": {
        "$value": "#2a2520",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Fraunces",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "Fraunces",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "4px",
        "$type": "dimension"
      },
      "md": {
        "$value": "10px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "12px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "18px",
        "$type": "dimension"
      },
      "full": {
        "$value": "999px",
        "$type": "dimension"
      }
    }
  }
}