/* ── FARBEN (exakt von medusabar.ch) ────────────────────────── */
:root{
  /* Hauptfarbe */
  --wine:       #410d29;          /* Bordeaux-Weinrot — Hauptfarbe                */
  --wine-dark:  #2a0819;          /* Dunkleres Weinrot                            */
  --wine-mid:   #5c1138;          /* Mittleres Weinrot                            */

  /* Gold-Akzente */
  --gold:       #c9a84c;          /* Primäres Gold                                */
  --gold-light: #e8d28a;          /* Helles Gold (Text-Highlights)                */
  --gold-dark:  #8a6420;          /* Dunkles Gold                                 */
  --gold-dim:   rgba(201,168,76,0.10);
  --gold-dim2:  rgba(201,168,76,0.20);

  /* Schwarz-Basis */
  --bg:         #0a0305;          /* Tiefstes Schwarz mit Wine-Unterton           */
  --bg2:        #110407;          /* Zweite Ebene                                 */
  --bg3:        #1a060d;          /* Dritte Ebene (Cards, etc.)                   */

  /* Text */
  --txt:        #f0e4d8;          /* Warmes Creme-Weiss                           */
  --muted:      #7a5060;          /* Gedämpftes Wine-Grau                         */
  --muted2:     #4a2d38;          /* Dunkel gedämpft                              */

  /* Borders */
  --line:       rgba(201,168,76,0.08);
  --line2:      rgba(201,168,76,0.18);

  /* Aliases für restliche CSS-Referenzen */
  --coral:      var(--gold);
  --green:      var(--gold-light);
  --purple:     var(--wine);

  --ff-h: 'Cormorant Garamond', Georgia, serif;
  --ff-b: 'Montserrat', sans-serif;
}
