/* ==========================================================================
   Liebesworte theme — Liebesbriefe vertical.
   Deep raspberry / wine mapped onto --rose — intimate, warm, a touch bolder
   than the wedding rose. Overrides :root variables of the shared base sheet ONLY.
   ========================================================================== */

:root {
  --cream:      #F9F1F3;
  --paper:      #FFFBFC;
  --ink:        #36272B;
  --ink-soft:   #7A626A;

  --rose:       #A04A5E;
  --rose-deep:  #83384A;
  --rose-tint:  #F1DCE2;
  --gold:       #B98A74;
  --gold-soft:  #E3C9BC;
  --gold-tint:  #F4E7DF;

  --bg-glow-1:  rgba(160, 74, 94, 0.10);
  --bg-glow-2:  rgba(185, 138, 116, 0.07);

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

  --shadow-soft: 0 10px 40px -12px rgba(54, 39, 43, 0.16);
  --shadow-card: 0 4px 24px -8px rgba(54, 39, 43, 0.12);
}
