/* ============================================================
   Onam — 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:           #C6402F;
    --c1-dk:        #852B1F;
    --c2:           #F0B429;
    --c2-soft:      #F7D689;
    --gold:         #D9A21B;
    --gold-soft:    #E7C572;
    --accent:       #688264;
    --ink:          #511B13;
    --ink-soft:     #93726D;
    --bg-1:         #FCF0E8;
    --bg-2:         #FAE3D3;
    --bg-3:         #F7D6BE;
    --bg-glow-a:    #FAF4E4;
    --bg-glow-b:    #F9E2AE;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #CC5344;
    --curtain-2:    #A73628;
    --curtain-3:    #5B1F16;
    --valance-1:    #EED598;
    --valance-2:    #D9A21B;
    --valance-3:    #966D14;
    --shadow-rgb:   109, 36, 26;
    --glow-rgb:     198, 64, 47;
    --string-rgb:   177, 58, 42;
    --knot-rgb:     228, 190, 95;
    --placeholder:  #BDA8A5;
    --motif-url:    url("assets/images/motif.webp");
}
