/* ============================================================
   Akshaya Tritiya — 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:           #C9971A;
    --c1-dk:        #866112;
    --c2:           #F0C33F;
    --c2-soft:      #F7DE95;
    --gold:         #DDA51B;
    --gold-soft:    #EAC772;
    --accent:       #689C5D;
    --ink:          #52370C;
    --ink-soft:     #948368;
    --bg-1:         #FCF5E5;
    --bg-2:         #FAEDCD;
    --bg-3:         #F7E4B6;
    --bg-glow-a:    #FBF4E4;
    --bg-glow-b:    #F9E8B6;
    --art-glow:     rgba(255, 255, 255, .78);
    --curtain-1:    #CEA131;
    --curtain-2:    #AA7E16;
    --curtain-3:    #5C400E;
    --valance-1:    #F0D698;
    --valance-2:    #DDA51B;
    --valance-3:    #996F14;
    --shadow-rgb:   110, 78, 16;
    --glow-rgb:     201, 151, 26;
    --string-rgb:   180, 134, 24;
    --knot-rgb:     231, 192, 95;
    --placeholder:  #BDB3A3;
    --motif-url:    url("assets/images/motif.webp");
}
