/* ============================================================
   Nag Panchami — 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:           #2F7F72;
    --c1-dk:        #275349;
    --c2:           #E2A63C;
    --c2-soft:      #EFCE94;
    --gold:         #D6A222;
    --gold-soft:    #E6C576;
    --accent:       #3A9578;
    --ink:          #212F29;
    --ink-soft:     #757E7A;
    --bg-1:         #E7F3F1;
    --bg-2:         #D1E9E5;
    --bg-3:         #BCDFD8;
    --bg-glow-a:    #FAF4E4;
    --bg-glow-b:    #F4DDB5;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #448C80;
    --curtain-2:    #2B6A5F;
    --curtain-3:    #22362F;
    --valance-1:    #EDD59C;
    --valance-2:    #D6A222;
    --valance-3:    #946D18;
    --shadow-rgb:   36, 66, 58;
    --glow-rgb:     47, 127, 114;
    --string-rgb:   44, 113, 101;
    --knot-rgb:     226, 190, 100;
    --placeholder:  #ABB0AE;
    --motif-url:    url("assets/images/motif.webp");
}
