/* ============================================================
   Ram Navami — 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:           #C0562A;
    --c1-dk:        #81391C;
    --c2:           #F2A73C;
    --c2-soft:      #F8CF94;
    --gold:         #E0A61E;
    --gold-soft:    #ECC874;
    --accent:       #668862;
    --ink:          #4F2212;
    --ink-soft:     #92766C;
    --bg-1:         #FCF0E5;
    --bg-2:         #F9E2CE;
    --bg-3:         #F6D4B7;
    --bg-glow-a:    #FBF4E4;
    --bg-glow-b:    #FADEB5;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #C6673F;
    --curtain-2:    #A24824;
    --curtain-3:    #592714;
    --valance-1:    #F1D79A;
    --valance-2:    #E0A61E;
    --valance-3:    #9B6F16;
    --shadow-rgb:   106, 46, 23;
    --glow-rgb:     192, 86, 42;
    --string-rgb:   172, 77, 38;
    --knot-rgb:     233, 193, 98;
    --placeholder:  #BCABA5;
    --motif-url:    url("assets/images/motif.webp");
}
