/* ============================================================
   Christmas — theme tokens.
   Loaded after _core/assets/core.css, which reads every value below.
   Generated from the festival's four base colours; edit those in
   the build spec rather than hand-tuning here.
   ============================================================ */
:root {
    --c1:           #C0392F;
    --c1-dk:        #81271F;
    --c2:           #3F9E5A;
    --c2-soft:      #95CAA4;
    --gold:         #DCA327;
    --gold-soft:    #E9C679;
    --accent:       #668064;
    --ink:          #4F1913;
    --ink-soft:     #92706D;
    --bg-1:         #FCEDEB;
    --bg-2:         #F9DDD9;
    --bg-3:         #F6CCC6;
    --bg-glow-a:    #FBF4E5;
    --bg-glow-b:    #B6DAC0;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #C64D44;
    --curtain-2:    #A23128;
    --curtain-3:    #591C16;
    --valance-1:    #EFD69E;
    --valance-2:    #DCA327;
    --valance-3:    #986D1B;
    --shadow-rgb:   106, 33, 26;
    --glow-rgb:     192, 57, 47;
    --string-rgb:   172, 51, 42;
    --knot-rgb:     230, 191, 104;
    --placeholder:  #BCA8A5;
    --motif-url:    url("assets/images/motif.webp");
}
