/* ==========================================================================
   Festworte theme — Geburtstagsreden vertical.
   Warm, festive palette: terracotta/amber mapped onto --rose, gold kept.
   Overrides :root variables of the shared base stylesheet ONLY — layout and
   components stay identical.
   ========================================================================== */

:root {
  --cream:      #F8F3EE;
  --paper:      #FFFCF8;
  --ink:        #3A322C;
  --ink-soft:   #79695C;

  /* accent (base names kept from the wedding palette: --rose* = primary,
     --gold* = secondary — semantic renaming would touch every component) */
  --rose:       #C07856;
  --rose-deep:  #A55F3F;
  --rose-tint:  #F4E3D8;
  --gold:       #B08D57;
  --gold-soft:  #DEC9A4;
  --gold-tint:  #F3E9D6;

  --bg-glow-1:  rgba(192, 120, 86, 0.10);
  --bg-glow-2:  rgba(176, 141, 87, 0.08);

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

  --shadow-soft: 0 10px 40px -12px rgba(58, 50, 44, 0.16);
  --shadow-card: 0 4px 24px -8px rgba(58, 50, 44, 0.12);
}
