/* ============================================================
   Buddha 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:           #C98A26;
    --c1-dk:        #86591A;
    --c2:           #F0C053;
    --c2-soft:      #F7DCA0;
    --gold:         #D9A82A;
    --gold-soft:    #E7C97B;
    --accent:       #689861;
    --ink:          #523310;
    --ink-soft:     #94816B;
    --bg-1:         #FCF5E9;
    --bg-2:         #F9ECD5;
    --bg-3:         #F6E2C2;
    --bg-glow-a:    #FAF5E5;
    --bg-glow-b:    #F9E7BE;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #CE963C;
    --curtain-2:    #AA7320;
    --curtain-3:    #5C3B12;
    --valance-1:    #EED89F;
    --valance-2:    #D9A82A;
    --valance-3:    #96711D;
    --shadow-rgb:   110, 71, 21;
    --glow-rgb:     201, 138, 38;
    --string-rgb:   180, 123, 34;
    --knot-rgb:     228, 194, 106;
    --placeholder:  #BDB1A4;
    --motif-url:    url("assets/images/motif.webp");
}
