{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from fitbit.com funnel (2026-07-09). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#e0e4f3",
        "$type": "color"
      },
      "accent": {
        "$value": "#e0e4f3",
        "$type": "color"
      },
      "bg": {
        "$value": "#ffffff",
        "$type": "color"
      },
      "surface": {
        "$value": "#f9f9f9",
        "$type": "color"
      },
      "text": {
        "$value": "#191c1d",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Google Sans Flex",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "Google Sans Flex",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "4px",
        "$type": "dimension"
      },
      "md": {
        "$value": "8px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "20px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "28px",
        "$type": "dimension"
      },
      "full": {
        "$value": "50px",
        "$type": "dimension"
      }
    }
  }
}