/* beats per micha – gemeinsame Design-Tokens
   Wird von allen Standard-Seiten geladen (außer Rechtsseiten + Hochzeitsrechner).
   Änderungen hier gelten site-weit. */
:root {
  --gold:             #C8A84B;
  --gold-2:           #E5C96A;
  --gold-dim:         rgba(200,168,75,0.18);
  --black:            #080808;
  --ink:              #111111;
  --surface:          #141414;
  --surface-2:        #1a1a1a;
  --border:           rgba(200,168,75,0.14);
  --border-2:         rgba(255,255,255,0.07);
  --text:             rgba(255,255,255,0.82);
  --muted:            rgba(255,255,255,0.62);
  --faint:            rgba(255,255,255,0.18);
  --dim:              rgba(255,255,255,0.48);
  --font-head:        'Barlow Condensed', sans-serif;
  --font-head-weight: 700;
  --font-body:        'Outfit', sans-serif;
  --font-serif:       'Playfair Display', serif;
  --max:              1160px;
  --pad:              clamp(20px,5vw,64px);
  --radius:           6px;
  --radius-pill:      100px;
}
