/* ============================================================
   Teej — 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:           #2E8B57;
    --c1-dk:        #265A38;
    --c2:           #EE7BA8;
    --c2-soft:      #F6B6CF;
    --gold:         #E0A722;
    --gold-soft:    #ECC876;
    --accent:       #3A9870;
    --ink:          #203320;
    --ink-soft:     #758175;
    --bg-1:         #E8F5EE;
    --bg-2:         #D3ECDE;
    --bg-3:         #BEE3CE;
    --bg-glow-a:    #FBF4E4;
    --bg-glow-b:    #F9CDDE;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #439768;
    --curtain-2:    #2A7448;
    --curtain-3:    #223B25;
    --valance-1:    #F1D79C;
    --valance-2:    #E0A722;
    --valance-3:    #9B7018;
    --shadow-rgb:   36, 72, 45;
    --glow-rgb:     46, 139, 87;
    --string-rgb:   44, 124, 77;
    --knot-rgb:     233, 193, 100;
    --placeholder:  #AAB1AA;
    --motif-url:    url("assets/images/motif.webp");
}
