/* ============================================================
   Bihu — 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:           #C0392E;
    --c1-dk:        #81271F;
    --c2:           #E5A02C;
    --c2-soft:      #F1CB8B;
    --gold:         #D9A11F;
    --gold-soft:    #E7C574;
    --accent:       #668063;
    --ink:          #4F1913;
    --ink-soft:     #92706D;
    --bg-1:         #FCEEE8;
    --bg-2:         #F9DFD4;
    --bg-3:         #F6D0C0;
    --bg-glow-a:    #FAF4E4;
    --bg-glow-b:    #F5DBAF;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #C64D43;
    --curtain-2:    #A23127;
    --curtain-3:    #591C15;
    --valance-1:    #EED59A;
    --valance-2:    #D9A11F;
    --valance-3:    #966C16;
    --shadow-rgb:   106, 33, 25;
    --glow-rgb:     192, 57, 46;
    --string-rgb:   172, 51, 41;
    --knot-rgb:     228, 189, 98;
    --placeholder:  #BCA8A5;
    --motif-url:    url("assets/images/motif.webp");
}
