/* ============================================================
   Good Friday — 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:           #5C4A7D;
    --c1-dk:        #433250;
    --c2:           #9B8BB8;
    --c2-soft:      #C8BFD8;
    --gold:         #B9A56D;
    --gold-soft:    #D4C7A4;
    --accent:       #48857B;
    --ink:          #2F1E2C;
    --ink-soft:     #7E747C;
    --bg-1:         #EDEAF2;
    --bg-2:         #DDD8E7;
    --bg-3:         #CDC5DC;
    --bg-glow-a:    #F7F4ED;
    --bg-glow-b:    #D9D3E4;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #6C5C8A;
    --curtain-2:    #503E68;
    --curtain-3:    #332233;
    --valance-1:    #E0D6BD;
    --valance-2:    #B9A56D;
    --valance-3:    #816F49;
    --shadow-rgb:   58, 41, 63;
    --glow-rgb:     92, 74, 125;
    --string-rgb:   84, 66, 111;
    --knot-rgb:     206, 192, 153;
    --placeholder:  #B0AAAF;
    --motif-url:    url("assets/images/motif.webp");
}
