/* ============================================================
   Muharram — 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:           #2F5A55;
    --c1-dk:        #273C37;
    --c2:           #7FA39C;
    --c2-soft:      #B9CCC9;
    --gold:         #B9A56D;
    --gold-soft:    #D4C7A4;
    --accent:       #3A8A6F;
    --ink:          #21241F;
    --ink-soft:     #757774;
    --bg-1:         #E8EEED;
    --bg-2:         #D3E0DD;
    --bg-3:         #BFD1CE;
    --bg-glow-a:    #F7F4ED;
    --bg-glow-b:    #CEDCD9;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #446A66;
    --curtain-2:    #2B4C47;
    --curtain-3:    #222824;
    --valance-1:    #E0D6BD;
    --valance-2:    #B9A56D;
    --valance-3:    #816F49;
    --shadow-rgb:   36, 48, 44;
    --glow-rgb:     47, 90, 85;
    --string-rgb:   44, 80, 76;
    --knot-rgb:     206, 192, 153;
    --placeholder:  #ABACAA;
    --motif-url:    url("assets/images/motif.webp");
}
