{
  "$schema": "https://design-tokens.github.io/community-group/format/",
  "$description": "public imaging — Design Tokens · Version 1.0 · April 2026",
  "color": {
    "elb-gruen":       { "$value": "#15231E", "$description": "Primary — headlines, surfaces, logo" },
    "kontor-leinen":   { "$value": "#F6F3ED", "$description": "Primary — surfaces, paper" },
    "honig-gold":      { "$value": "#E6A23C", "$description": "Accent — max 10% of visual weight" },
    "speicher-grau":   { "$value": "#6A6F6B", "$description": "Neutral — body text, UI" },
    "kuehler-salbei":  { "$value": "#858C84", "$description": "Neutral — decorative surfaces" },
    "nardo-grau":      { "$value": "#838484", "$description": "Neutral — captions, metadata" },
    "soft-black":      { "$value": "#0D0D0D", "$description": "Near-black — never pure #000" }
  },
  "font": {
    "sans":   { "$value": "Urbanist, 'Helvetica Neue', sans-serif", "$description": "Body and headlines" },
    "serif":  { "$value": "'Times New Roman', Georgia, serif",     "$description": "Italic highlights only" }
  },
  "fontWeight": {
    "light":      { "$value": 300 },
    "regular":    { "$value": 400 },
    "medium":     { "$value": 500 },
    "semibold":   { "$value": 600 },
    "bold":       { "$value": 700 },
    "extrabold":  { "$value": 800 }
  },
  "space": {
    "4":   { "$value": "4px" },
    "8":   { "$value": "8px" },
    "12":  { "$value": "12px" },
    "16":  { "$value": "16px" },
    "24":  { "$value": "24px" },
    "32":  { "$value": "32px" },
    "48":  { "$value": "48px" },
    "64":  { "$value": "64px" },
    "96":  { "$value": "96px" }
  },
  "radius": {
    "hairline": { "$value": "2px", "$description": "Never pills, never rounded" }
  },
  "layout": {
    "content-max":    { "$value": "1200px" },
    "content-narrow": { "$value": "800px" },
    "section-padding": { "$value": "clamp(60px, 10vw, 140px)" }
  },
  "ratio": {
    "$description": "Visual weight distribution, not pixel count",
    "kontor-leinen": "40%",
    "elb-gruen":     "25%",
    "white":         "15%",
    "greys":         "12%",
    "honig-gold":    "8%"
  }
}
