{
  "format": "w3c",
  "tokens": {
    "$description": "Design tokens extracted from duedocs.com.au funnel (2026-07-13). Roles curated; palette from computed CSS.",
    "color": {
      "primary": {
        "$value": "#1e3a8a",
        "$type": "color"
      },
      "accent": {
        "$value": "#1e3a8a",
        "$type": "color"
      },
      "bg": {
        "$value": "#fafaf9",
        "$type": "color"
      },
      "surface": {
        "$value": "#f8fafc",
        "$type": "color"
      },
      "text": {
        "$value": "#64748b",
        "$type": "color"
      }
    },
    "font": {
      "display": {
        "$value": "Inter",
        "$type": "fontFamily"
      },
      "body": {
        "$value": "Inter",
        "$type": "fontFamily"
      }
    },
    "radius": {
      "sm": {
        "$value": "3px",
        "$type": "dimension"
      },
      "md": {
        "$value": "8px",
        "$type": "dimension"
      },
      "lg": {
        "$value": "10px",
        "$type": "dimension"
      },
      "xl": {
        "$value": "12px",
        "$type": "dimension"
      },
      "full": {
        "$value": "50px",
        "$type": "dimension"
      }
    }
  }
}