/* ============================================================
   Krishna Janmashtami — 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:           #2E5FA3;
    --c1-dk:        #263F67;
    --c2:           #F0A62C;
    --c2-soft:      #F7CE8B;
    --gold:         #DCA51E;
    --gold-soft:    #E9C774;
    --accent:       #3A8B86;
    --ink:          #202538;
    --ink-soft:     #757884;
    --bg-1:         #E8EFF9;
    --bg-2:         #D3E1F3;
    --bg-3:         #BFD4EE;
    --bg-glow-a:    #FBF4E4;
    --bg-glow-b:    #F9DDAF;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #436FAC;
    --curtain-2:    #2A5087;
    --curtain-3:    #222A42;
    --valance-1:    #EFD69A;
    --valance-2:    #DCA51E;
    --valance-3:    #986F16;
    --shadow-rgb:   36, 51, 81;
    --glow-rgb:     46, 95, 163;
    --string-rgb:   44, 85, 144;
    --knot-rgb:     230, 192, 98;
    --placeholder:  #AAACB3;
    --motif-url:    url("assets/images/motif.webp");
}
