/* ============================================================
   Guru Purnima — 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:           #B8762A;
    --c1-dk:        #7C4D1C;
    --c2:           #EFB13A;
    --c2-soft:      #F6D493;
    --gold:         #D9A427;
    --gold-soft:    #E7C779;
    --accent:       #639262;
    --ink:          #4D2D12;
    --ink-soft:     #917D6C;
    --bg-1:         #FBF2E7;
    --bg-2:         #F7E7D2;
    --bg-3:         #F4DBBE;
    --bg-glow-a:    #FAF4E5;
    --bg-glow-b:    #F9E1B4;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #BF843F;
    --curtain-2:    #9C6324;
    --curtain-3:    #563314;
    --valance-1:    #EED69E;
    --valance-2:    #D9A427;
    --valance-3:    #966E1B;
    --shadow-rgb:   102, 62, 23;
    --glow-rgb:     184, 118, 42;
    --string-rgb:   165, 105, 38;
    --knot-rgb:     228, 191, 104;
    --placeholder:  #BBAFA5;
    --motif-url:    url("assets/images/motif.webp");
}
