/* ============================================================
   Eid al-Fitr — 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:           #2E7D6B;
    --c1-dk:        #265145;
    --c2:           #EAB63C;
    --c2-soft:      #F3D794;
    --gold:         #D9A82B;
    --gold-soft:    #E7C97C;
    --accent:       #3A9476;
    --ink:          #202F26;
    --ink-soft:     #757E78;
    --bg-1:         #E7F3F1;
    --bg-2:         #D1E9E4;
    --bg-3:         #BCDFD7;
    --bg-glow-a:    #FAF5E6;
    --bg-glow-b:    #F7E3B5;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #438A7A;
    --curtain-2:    #2A6859;
    --curtain-3:    #22362C;
    --valance-1:    #EED8A0;
    --valance-2:    #D9A82B;
    --valance-3:    #96711E;
    --shadow-rgb:   36, 65, 54;
    --glow-rgb:     46, 125, 107;
    --string-rgb:   44, 111, 95;
    --knot-rgb:     228, 194, 107;
    --placeholder:  #AAB0AD;
    --motif-url:    url("assets/images/motif.webp");
}
