/* ============================================================
   Baisakhi — 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:           #C9532A;
    --c1-dk:        #86371C;
    --c2:           #F0A828;
    --c2-soft:      #F7CF89;
    --gold:         #E0A31D;
    --gold-soft:    #ECC673;
    --accent:       #688862;
    --ink:          #522112;
    --ink-soft:     #94756C;
    --bg-1:         #FCF0E4;
    --bg-2:         #F9E2CC;
    --bg-3:         #F6D4B4;
    --bg-glow-a:    #FBF4E4;
    --bg-glow-b:    #F9DEAD;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #CE643F;
    --curtain-2:    #AA4624;
    --curtain-3:    #5C2614;
    --valance-1:    #F1D699;
    --valance-2:    #E0A31D;
    --valance-3:    #9B6D15;
    --shadow-rgb:   110, 45, 23;
    --glow-rgb:     201, 83, 42;
    --string-rgb:   180, 74, 38;
    --knot-rgb:     233, 191, 97;
    --placeholder:  #BDABA5;
    --motif-url:    url("assets/images/motif.webp");
}
