/* ============================================
   public imaging — Brand Tokens (CSS Custom Properties)
   Version 1.0 · April 2026
   ============================================ */

:root {
  /* Colors */
  --elb-gruen:       #15231E;
  --kontor-leinen:   #F6F3ED;
  --honig-gold:      #E6A23C;
  --speicher-grau:   #6A6F6B;
  --kuehler-salbei:  #858C84;
  --nardo-grau:      #838484;
  --soft-black:      #0D0D0D;

  /* Typography */
  --font-sans:  "Urbanist", "Helvetica Neue", sans-serif;
  --font-serif: "Times New Roman", Georgia, serif;

  /* Spacing (4-pt scale) */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-6: 24px;
  --space-8: 32px;
  --space-12: 48px;
  --space-16: 64px;
  --space-24: 96px;

  /* Layout */
  --content-max: 1200px;
  --content-narrow: 800px;
  --section-padding: clamp(60px, 10vw, 140px);

  /* Radius */
  --radius-hairline: 2px;
}

/* Usage note:
   - Times New Roman is ITALIC only, never upright, never bold.
   - Urbanist covers all body, UI and most headlines.
   - Honig-Gold: max ~10% visual weight per viewport.
   - Never use pure #000 or #fff. Tint toward elb-gruen / kontor-leinen.
*/
