/* ============================================================
   Milad-un-Nabi — 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:           #2F7A5C;
    --c1-dk:        #274F3B;
    --c2:           #E8B640;
    --c2-soft:      #F2D796;
    --gold:         #D6A62C;
    --gold-soft:    #E6C87C;
    --accent:       #3A9371;
    --ink:          #212E22;
    --ink-soft:     #757D76;
    --bg-1:         #E7F3EE;
    --bg-2:         #D2E9DE;
    --bg-3:         #BEDFCF;
    --bg-glow-a:    #FAF4E6;
    --bg-glow-b:    #F6E3B6;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #44876C;
    --curtain-2:    #2B664D;
    --curtain-3:    #223527;
    --valance-1:    #EDD7A0;
    --valance-2:    #D6A62C;
    --valance-3:    #946F1F;
    --shadow-rgb:   36, 64, 47;
    --glow-rgb:     47, 122, 92;
    --string-rgb:   44, 109, 82;
    --knot-rgb:     226, 193, 107;
    --placeholder:  #ABB0AB;
    --motif-url:    url("assets/images/motif.webp");
}
