/* ============================================================
   Chhath 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:           #C25A22;
    --c1-dk:        #823C17;
    --c2:           #F0A32C;
    --c2-soft:      #F7CC8B;
    --gold:         #E0A619;
    --gold-soft:    #ECC870;
    --accent:       #668A60;
    --ink:          #50240F;
    --ink-soft:     #92776A;
    --bg-1:         #FCF0E5;
    --bg-2:         #F9E2CD;
    --bg-3:         #F6D4B6;
    --bg-glow-a:    #FBF4E3;
    --bg-glow-b:    #F9DCAF;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #C86A38;
    --curtain-2:    #A44C1D;
    --curtain-3:    #5A2811;
    --valance-1:    #F1D798;
    --valance-2:    #E0A619;
    --valance-3:    #9B6F12;
    --shadow-rgb:   107, 48, 19;
    --glow-rgb:     194, 90, 34;
    --string-rgb:   174, 80, 31;
    --knot-rgb:     233, 193, 94;
    --placeholder:  #BCACA4;
    --motif-url:    url("assets/images/motif.webp");
}
