/* ============================================================
   Navratri — 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:           #C42A6B;
    --c1-dk:        #831E45;
    --c2:           #F2A03D;
    --c2-soft:      #F8CB94;
    --gold:         #EBB021;
    --gold-soft:    #F3CE75;
    --accent:       #677B76;
    --ink:          #501426;
    --ink-soft:     #926D78;
    --bg-1:         #FBEAF1;
    --bg-2:         #F7D8E4;
    --bg-3:         #F4C5D8;
    --bg-glow-a:    #FDF6E4;
    --bg-glow-b:    #FADBB5;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #CA3F7A;
    --curtain-2:    #A52459;
    --curtain-3:    #5B162C;
    --valance-1:    #F6DB9B;
    --valance-2:    #EBB021;
    --valance-3:    #A27618;
    --shadow-rgb:   108, 25, 54;
    --glow-rgb:     196, 42, 107;
    --string-rgb:   176, 38, 95;
    --knot-rgb:     241, 200, 100;
    --placeholder:  #BCA6AD;
    --motif-url:    url("assets/images/motif.webp");
}
