{
  "$schema": "https://design-tokens.github.io/community-group/format/",
  "brand": {
    "terracotta": { "$type": "color", "$value": "#C7522A" },
    "terracotta-soft": { "$type": "color", "$value": "#F6E7DF" },
    "terracotta-deep": { "$type": "color", "$value": "#8A3815" },
    "gold": { "$type": "color", "$value": "#F5B100", "$description": "Reserved — Stenn-Proof badge only" },
    "gold-soft": { "$type": "color", "$value": "#FDF3D6" },
    "gold-deep": { "$type": "color", "$value": "#8A6200" }
  },
  "neutral": {
    "ink": { "$type": "color", "$value": "#0A0A0A" },
    "ink-muted": { "$type": "color", "$value": "#6B6B6B" },
    "ink-subtle": { "$type": "color", "$value": "#A3A3A3" },
    "line": { "$type": "color", "$value": "#E5E5E5" },
    "paper": { "$type": "color", "$value": "#FAFAF7" }
  },
  "type": {
    "display": { "$type": "fontFamily", "$value": ["Inter Tight", "Inter", "system-ui", "sans-serif"] },
    "body": { "$type": "fontFamily", "$value": ["Inter", "system-ui", "sans-serif"] },
    "mono": { "$type": "fontFamily", "$value": ["JetBrains Mono", "ui-monospace", "SFMono-Regular", "monospace"] }
  }
}
