{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from soulmateskeetch.com funnel (2026-09-09). Roles curated; palette from computed CSS.",
    "color": {
      "accent": {
        "$value": "#36344d",
        "$type": "color"
      },
      "bg": {
        "$value": "#ffffff",
        "$type": "color"
      },
      "surface": {
        "$value": "#ffffff",
        "$type": "color"
      },
      "text": {
        "$value": "#2f1c6a",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Open Sans",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "Open Sans",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "5px",
        "$type": "dimension"
      },
      "md": {
        "$value": "8px",
        "$type": "dimension"
      }
    }
  }
}