/* ==========================================================================
   Abschiedsworte theme — Trauerreden vertical.
   Pietätvolle Palette: warmes Papiergrau, gedecktes Salbei-Petrol statt
   Rosenholz, Taupe statt Antikgold. Overrides :root variables of the shared
   base stylesheet ONLY — layout and components stay identical.
   ========================================================================== */

:root {
  --cream:      #F4F4F1;
  --paper:      #FCFCFA;
  --ink:        #34383C;
  --ink-soft:   #6F7579;

  /* accent (base names kept from the wedding palette: --rose* = primary,
     --gold* = secondary — semantic renaming would touch every component) */
  --rose:       #5F7470;
  --rose-deep:  #495B57;
  --rose-tint:  #E5EBE8;
  --gold:       #968B7B;
  --gold-soft:  #CCC5B8;
  --gold-tint:  #EEECE6;

  --bg-glow-1:  rgba(150, 139, 123, 0.08);
  --bg-glow-2:  rgba(95, 116, 112, 0.06);

  --line:       #E0E0D9;
  --success:    #5F7A5A;
  --error:      #A14E42;

  --shadow-soft: 0 10px 40px -12px rgba(52, 56, 60, 0.14);
  --shadow-card: 0 4px 24px -8px rgba(52, 56, 60, 0.10);
}
