/* ============================================================
   Easter — 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:           #7A4FA3;
    --c1-dk:        #563567;
    --c2:           #F0B93F;
    --c2-soft:      #F7D895;
    --gold:         #D9A82A;
    --gold-soft:    #E7C97B;
    --accent:       #518686;
    --ink:          #392038;
    --ink-soft:     #847584;
    --bg-1:         #F4EEF9;
    --bg-2:         #EBDFF4;
    --bg-3:         #E2D0EE;
    --bg-glow-a:    #FAF5E5;
    --bg-glow-b:    #F9E4B6;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #8761AC;
    --curtain-2:    #694387;
    --curtain-3:    #3E2442;
    --valance-1:    #EED89F;
    --valance-2:    #D9A82A;
    --valance-3:    #96711D;
    --shadow-rgb:   72, 43, 81;
    --glow-rgb:     122, 79, 163;
    --string-rgb:   110, 71, 144;
    --knot-rgb:     228, 194, 106;
    --placeholder:  #B4AAB3;
    --motif-url:    url("assets/images/motif.webp");
}
