/* ============================================================
   Vasant Panchami — 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:           #D9A310;
    --c1-dk:        #90690C;
    --c2:           #F5CB3B;
    --c2-soft:      #FAE293;
    --gold:         #E0AE18;
    --gold-soft:    #ECCD70;
    --accent:       #6DA05A;
    --ink:          #573B09;
    --ink-soft:     #978566;
    --bg-1:         #FDF7E4;
    --bg-2:         #FBEFCD;
    --bg-3:         #F8E8B5;
    --bg-glow-a:    #FBF5E3;
    --bg-glow-b:    #FBEBB5;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #DDAC28;
    --curtain-2:    #B7870E;
    --curtain-3:    #63440A;
    --valance-1:    #F1DB97;
    --valance-2:    #E0AE18;
    --valance-3:    #9B7512;
    --shadow-rgb:   118, 83, 11;
    --glow-rgb:     217, 163, 16;
    --string-rgb:   194, 145, 15;
    --knot-rgb:     233, 198, 93;
    --placeholder:  #BFB5A2;
    --motif-url:    url("assets/images/motif.webp");
}
