/* ============================================================
   Holi — 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:           #D6246E;
    --c1-dk:        #8F1A46;
    --c2:           #F9A03F;
    --c2-soft:      #FCCB95;
    --gold:         #F2C230;
    --gold-soft:    #F7D97F;
    --accent:       #6C7976;
    --ink:          #561227;
    --ink-soft:     #966C79;
    --bg-1:         #FDEEF4;
    --bg-2:         #FBDEEA;
    --bg-3:         #FACFE0;
    --bg-glow-a:    #FDF8E6;
    --bg-glow-b:    #FDDBB6;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #DA3A7C;
    --curtain-2:    #B41F5B;
    --curtain-3:    #61142E;
    --valance-1:    #F9E4A2;
    --valance-2:    #F2C230;
    --valance-3:    #A68221;
    --shadow-rgb:   116, 22, 56;
    --glow-rgb:     214, 36, 110;
    --string-rgb:   191, 33, 98;
    --knot-rgb:     246, 212, 110;
    --placeholder:  #BFA5AD;
    --motif-url:    url("assets/images/motif.webp");
}
