/* ==========================================================================
   Segensworte theme — Taufreden vertical.
   Tender, festive Christian-celebration palette: soft blue-tinted paper, a
   gentle sky-blue as primary (mapped onto --rose*) and a warm soft gold as
   secondary (--gold*). Overrides :root variables of the shared base stylesheet
   ONLY — layout and components stay identical.
   ========================================================================== */

:root {
  --cream:      #F2F6F8;
  --paper:      #FCFDFE;
  --ink:        #2E3A42;
  --ink-soft:   #69757D;

  /* accent (base names kept from the wedding palette: --rose* = primary,
     --gold* = secondary — semantic renaming would touch every component) */
  --rose:       #6FA8C9;
  --rose-deep:  #4E86A8;
  --rose-tint:  #E4EFF5;
  --gold:       #CCA85C;
  --gold-soft:  #E4D2A8;
  --gold-tint:  #F4ECD9;

  --bg-glow-1:  rgba(204, 168, 92, 0.07);
  --bg-glow-2:  rgba(111, 168, 201, 0.07);

  --line:       #DCE6EC;
  --success:    #5F8A6E;
  --error:      #B5564A;

  --shadow-soft: 0 10px 40px -12px rgba(46, 58, 66, 0.14);
  --shadow-card: 0 4px 24px -8px rgba(46, 58, 66, 0.10);
}
