/* ============================================================
   Ganesh Chaturthi — 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:           #C6472C;
    --c1-dk:        #85301E;
    --c2:           #F2952E;
    --c2-soft:      #F8C58C;
    --gold:         #E0A81D;
    --gold-soft:    #ECC973;
    --accent:       #688463;
    --ink:          #511E12;
    --ink-soft:     #93746C;
    --bg-1:         #FCEEE7;
    --bg-2:         #FADFD1;
    --bg-3:         #F7D0BB;
    --bg-glow-a:    #FBF5E4;
    --bg-glow-b:    #FAD7B0;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #CC5941;
    --curtain-2:    #A73C25;
    --curtain-3:    #5B2114;
    --valance-1:    #F1D899;
    --valance-2:    #E0A81D;
    --valance-3:    #9B7115;
    --shadow-rgb:   109, 39, 24;
    --glow-rgb:     198, 71, 44;
    --string-rgb:   177, 64, 39;
    --knot-rgb:     233, 194, 97;
    --placeholder:  #BDAAA5;
    --motif-url:    url("assets/images/motif.webp");
}
