/* ============================================================
   Maha Shivaratri — 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:           #4A5C9E;
    --c1-dk:        #383D64;
    --c2:           #DE7C3A;
    --c2-soft:      #EDB793;
    --gold:         #D9A526;
    --gold-soft:    #E7C778;
    --accent:       #428A85;
    --ink:          #292437;
    --ink-soft:     #7A7783;
    --bg-1:         #ECEEF8;
    --bg-2:         #DAE0F1;
    --bg-3:         #C9D1EA;
    --bg-glow-a:    #FAF4E5;
    --bg-glow-b:    #F2CDB4;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #5C6CA8;
    --curtain-2:    #414D83;
    --curtain-3:    #2C2940;
    --valance-1:    #EED69D;
    --valance-2:    #D9A526;
    --valance-3:    #966F1B;
    --shadow-rgb:   49, 49, 79;
    --glow-rgb:     74, 92, 158;
    --string-rgb:   68, 82, 140;
    --knot-rgb:     228, 192, 103;
    --placeholder:  #AEACB3;
    --motif-url:    url("assets/images/motif.webp");
}
