{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from everquote.com funnel (2026-07-21). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#21336b",
        "$type": "color"
      },
      "accent": {
        "$value": "#21336b",
        "$type": "color"
      },
      "bg": {
        "$value": "#f4f6f9",
        "$type": "color"
      },
      "surface": {
        "$value": "#f7f7f7",
        "$type": "color"
      },
      "text": {
        "$value": "#4f4747",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Open Sans",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "Open Sans",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "3px",
        "$type": "dimension"
      },
      "md": {
        "$value": "4px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "7px",
        "$type": "dimension"
      }
    }
  }
}