/* ============================================================
   Makar Sankranti — 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:           #D9702A;
    --c1-dk:        #90491C;
    --c2:           #3FA9D9;
    --c2-soft:      #95D0EA;
    --gold:         #E8B01F;
    --gold-soft:    #F1CE74;
    --accent:       #6D9062;
    --ink:          #572B12;
    --ink-soft:     #977C6C;
    --bg-1:         #FCF0E2;
    --bg-2:         #FAE2C9;
    --bg-3:         #F7D4AF;
    --bg-glow-a:    #FCF6E4;
    --bg-glow-b:    #B6DEF1;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #DD7E3F;
    --curtain-2:    #B75E24;
    --curtain-3:    #633114;
    --valance-1:    #F5DB9A;
    --valance-2:    #E8B01F;
    --valance-3:    #A07616;
    --shadow-rgb:   118, 59, 23;
    --glow-rgb:     217, 112, 42;
    --string-rgb:   194, 100, 38;
    --knot-rgb:     239, 200, 98;
    --placeholder:  #BFAEA5;
    --motif-url:    url("assets/images/motif.webp");
}
