{
  "$schema": "https://schemas.hunterpass.com/tokens/v1.json",
  "name": "HunterPass Design Tokens",
  "version": "1.0.0",
  "description": "Canonical, tool-agnostic export of the HunterPass palette and core scales. Mirrors src/lib/tokens.ts and src/app/globals.css. Verified for drift + WCAG contrast by src/lib/tokens.test.ts.",
  "color": {
    "core": {
      "umber": "#713F2B",
      "umber-deep": "#5A3120",
      "umber-soft": "#E7D6C7",
      "basalt": "#252724",
      "basalt-deep": "#191A18",
      "basalt-raised": "#30322E",
      "parchment": "#E8DECE",
      "parchment-light": "#F1EADB",
      "offwhite": "#FAF7F0",
      "sage": "#747968",
      "sage-deep": "#5E6355",
      "sage-soft": "#DFE0D4",
      "copper": "#C45F2D",
      "copper-deep": "#A94D24",
      "copper-soft": "#F3DCCB",
      "gold": "#C49A52",
      "gold-deep": "#8A6A2C",
      "gold-soft": "#EFE2C6"
    },
    "semantic": {
      "ink": "#1F211E",
      "ink-secondary": "#4A4D45",
      "ink-muted": "#5A5D53",
      "on-dark": "#E8DECE",
      "border": "#D6CBB6",
      "border-strong": "#C3B69C",
      "ring": "#A94D24",
      "danger": "#9E3324",
      "danger-soft": "#F0D6CF",
      "success": "#4B6145",
      "success-soft": "#D9E2D2"
    }
  },
  "radius": {
    "sm": "0.25rem",
    "md": "0.375rem",
    "lg": "0.625rem",
    "xl": "0.875rem",
    "2xl": "1.25rem",
    "full": "9999px"
  },
  "shadow": {
    "sm": "0 1px 2px rgba(25, 26, 24, 0.06)",
    "md": "0 4px 14px -6px rgba(25, 26, 24, 0.14)",
    "lg": "0 18px 40px -22px rgba(25, 26, 24, 0.22)",
    "xl": "0 30px 70px -30px rgba(25, 26, 24, 0.30)"
  },
  "container": {
    "narrow": "720px",
    "content": "1200px",
    "wide": "1360px"
  },
  "motion": {
    "duration-fast": "150ms",
    "duration-base": "250ms",
    "duration-slow": "400ms",
    "ease": "cubic-bezier(0.22, 1, 0.36, 1)"
  },
  "icon-size": {
    "sm": "16px",
    "md": "20px",
    "lg": "24px"
  },
  "font": {
    "display": "\"Inter Tight\", \"Archivo\", system-ui, sans-serif",
    "body": "\"Inter\", system-ui, -apple-system, sans-serif",
    "mono": "\"IBM Plex Mono\", \"DM Mono\", ui-monospace, monospace"
  }
}
