/* ============================================================
   Karwa Chauth — 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:           #C0295E;
    --c1-dk:        #811D3D;
    --c2:           #EF8FB0;
    --c2-soft:      #F6C1D4;
    --gold:         #E0A424;
    --gold-soft:    #ECC777;
    --accent:       #667B72;
    --ink:          #4F1422;
    --ink-soft:     #926D76;
    --bg-1:         #FCEDF3;
    --bg-2:         #F9DDE8;
    --bg-3:         #F6CDDD;
    --bg-glow-a:    #FBF4E5;
    --bg-glow-b:    #F9D4E1;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #C63E6E;
    --curtain-2:    #A2234E;
    --curtain-3:    #591627;
    --valance-1:    #F1D69C;
    --valance-2:    #E0A424;
    --valance-3:    #9B6E1A;
    --shadow-rgb:   106, 25, 48;
    --glow-rgb:     192, 41, 94;
    --string-rgb:   172, 37, 83;
    --knot-rgb:     233, 191, 102;
    --placeholder:  #BCA6AB;
    --motif-url:    url("assets/images/motif.webp");
}
