/* ============================================================
   Republic Day — 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:           #C0562A;
    --c1-dk:        #81391C;
    --c2:           #2C7A4B;
    --c2-soft:      #8BB69C;
    --gold:         #D9A32A;
    --gold-soft:    #E7C67B;
    --accent:       #668862;
    --ink:          #4F2212;
    --ink-soft:     #92766C;
    --bg-1:         #FCF0E7;
    --bg-2:         #F9E2D2;
    --bg-3:         #F6D4BD;
    --bg-glow-a:    #FAF4E5;
    --bg-glow-b:    #AFCCBB;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #C6673F;
    --curtain-2:    #A24824;
    --curtain-3:    #592714;
    --valance-1:    #EED69F;
    --valance-2:    #D9A32A;
    --valance-3:    #966D1D;
    --shadow-rgb:   106, 46, 23;
    --glow-rgb:     192, 86, 42;
    --string-rgb:   172, 77, 38;
    --knot-rgb:     228, 191, 106;
    --placeholder:  #BCABA5;
    --motif-url:    url("assets/images/motif.webp");
}
