/* ============================================================
   Independence Day — 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:           #C4602A;
    --c1-dk:        #833F1C;
    --c2:           #2E8050;
    --c2-soft:      #8CB99F;
    --gold:         #DBA52C;
    --gold-soft:    #E9C77C;
    --accent:       #678B62;
    --ink:          #502612;
    --ink-soft:     #92786C;
    --bg-1:         #FCF1E8;
    --bg-2:         #F9E4D3;
    --bg-3:         #F6D7BF;
    --bg-glow-a:    #FBF4E6;
    --bg-glow-b:    #B0CFBC;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #CA703F;
    --curtain-2:    #A55124;
    --curtain-3:    #5B2B14;
    --valance-1:    #EFD6A0;
    --valance-2:    #DBA52C;
    --valance-3:    #976F1F;
    --shadow-rgb:   108, 51, 23;
    --glow-rgb:     196, 96, 42;
    --string-rgb:   176, 86, 38;
    --knot-rgb:     230, 192, 107;
    --placeholder:  #BCADA5;
    --motif-url:    url("assets/images/motif.webp");
}
