/* ============================================================
   Dussehra — 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:           #B3242B;
    --c1-dk:        #791A1D;
    --c2:           #F08A24;
    --c2-soft:      #F7BF87;
    --gold:         #E3A21C;
    --gold-soft:    #EEC572;
    --accent:       #627962;
    --ink:          #4B1212;
    --ink-soft:     #8F6C6C;
    --bg-1:         #FBEEE2;
    --bg-2:         #F7DFC8;
    --bg-3:         #F4D0AE;
    --bg-glow-a:    #FCF4E4;
    --bg-glow-b:    #F9D3AC;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #BB3A40;
    --curtain-2:    #971F24;
    --curtain-3:    #541414;
    --valance-1:    #F2D599;
    --valance-2:    #E3A21C;
    --valance-3:    #9D6D14;
    --shadow-rgb:   99, 22, 24;
    --glow-rgb:     179, 36, 43;
    --string-rgb:   161, 33, 39;
    --knot-rgb:     235, 190, 96;
    --placeholder:  #BBA5A5;
    --motif-url:    url("assets/images/motif.webp");
}
