/* ============================================================
   Ugadi — 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:           #3E8E5A;
    --c1-dk:        #305C3A;
    --c2:           #F0A62C;
    --c2-soft:      #F7CE8B;
    --gold:         #DDA61F;
    --gold-soft:    #EAC874;
    --accent:       #3F9970;
    --ink:          #263421;
    --ink-soft:     #788175;
    --bg-1:         #E8F4ED;
    --bg-2:         #D3EBDD;
    --bg-3:         #BFE2CC;
    --bg-glow-a:    #FBF4E4;
    --bg-glow-b:    #F9DDAF;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #51996A;
    --curtain-2:    #38764B;
    --curtain-3:    #283C26;
    --valance-1:    #F0D79A;
    --valance-2:    #DDA61F;
    --valance-3:    #996F16;
    --shadow-rgb:   43, 73, 46;
    --glow-rgb:     62, 142, 90;
    --string-rgb:   58, 126, 80;
    --knot-rgb:     231, 193, 98;
    --placeholder:  #ADB2AB;
    --motif-url:    url("assets/images/motif.webp");
}
