/* ============================================================
   Gudi Padwa — 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:           #C13A2E;
    --c1-dk:        #82281F;
    --c2:           #F0A22F;
    --c2-soft:      #F7CC8D;
    --gold:         #DFA31C;
    --gold-soft:    #EBC672;
    --accent:       #668063;
    --ink:          #4F1913;
    --ink-soft:     #92706D;
    --bg-1:         #FCEEE8;
    --bg-2:         #FADFD3;
    --bg-3:         #F7D0BE;
    --bg-glow-a:    #FBF4E4;
    --bg-glow-b:    #F9DCB0;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #C74E43;
    --curtain-2:    #A33127;
    --curtain-3:    #591C15;
    --valance-1:    #F1D699;
    --valance-2:    #DFA31C;
    --valance-3:    #9A6D14;
    --shadow-rgb:   106, 33, 25;
    --glow-rgb:     193, 58, 46;
    --string-rgb:   173, 52, 41;
    --knot-rgb:     233, 191, 96;
    --placeholder:  #BCA8A5;
    --motif-url:    url("assets/images/motif.webp");
}
