/* ============================================================
   Pongal — 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:           #C86A22;
    --c1-dk:        #864617;
    --c2:           #43A047;
    --c2-soft:      #98CB9A;
    --gold:         #E3AB1C;
    --gold-soft:    #EECB72;
    --accent:       #688E60;
    --ink:          #52290F;
    --ink-soft:     #947A6A;
    --bg-1:         #FBF0E4;
    --bg-2:         #F8E3CD;
    --bg-3:         #F5D6B5;
    --bg-glow-a:    #FCF5E4;
    --bg-glow-b:    #B8DBB9;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #CE7938;
    --curtain-2:    #A9591D;
    --curtain-3:    #5C2E11;
    --valance-1:    #F2D999;
    --valance-2:    #E3AB1C;
    --valance-3:    #9D7314;
    --shadow-rgb:   110, 56, 19;
    --glow-rgb:     200, 106, 34;
    --string-rgb:   179, 94, 31;
    --knot-rgb:     235, 196, 96;
    --placeholder:  #BDAEA4;
    --motif-url:    url("assets/images/motif.webp");
}
