/* ============================================================
   Durga Puja — 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:           #EE8C2B;
    --c2-soft:      #F6C08A;
    --gold:         #DFA51D;
    --gold-soft:    #EBC773;
    --accent:       #668064;
    --ink:          #4F1913;
    --ink-soft:     #92706D;
    --bg-1:         #FBEBE8;
    --bg-2:         #F7D9D3;
    --bg-3:         #F4C8BE;
    --bg-glow-a:    #FBF4E4;
    --bg-glow-b:    #F9D3AE;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #C64D44;
    --curtain-2:    #A23128;
    --curtain-3:    #591C16;
    --valance-1:    #F1D699;
    --valance-2:    #DFA51D;
    --valance-3:    #9A6F15;
    --shadow-rgb:   106, 33, 26;
    --glow-rgb:     192, 57, 47;
    --string-rgb:   172, 51, 42;
    --knot-rgb:     233, 192, 97;
    --placeholder:  #BCA8A5;
    --motif-url:    url("assets/images/motif.webp");
}
