/* ============================================================
   THEME: Lisa Spa — PRODUCTION (lisaspa.ca)
   Rose / blush / rose-gold. Loaded AFTER style.css, so anything
   here overrides the base tokens.
   Treat this file as locked: change it only when you're ready
   to change the live brand.
   ============================================================ */
:root {
    --bg:            #FDF6F4;
    --bg-alt:        #F7E7E3;
    --surface:       #FFFFFF;
    --text:          #3B2A2E;
    --text-muted:    #6B5257;
    --primary:       #A44A57;
    --primary-hover: #8E3E4C;
    --primary-text:  #FFFFFF;
    --accent:        #8C5A52;
    --accent-hover:  #74463F;
    --accent-light:  #C9A08F;
    --border:        #EBD9D5;
    --border-strong: #C9AEA9;
    --footer-bg:     #4A2F35;
    --footer-text:   #F3E3E1;
    --footer-muted:  #C9AEA9;
    --rose-gold:     linear-gradient(135deg, #C9A08F 0%, #B5786F 45%, #8C5A52 100%);
    --blush-wash:    linear-gradient(180deg, #FDF6F4 0%, #F7E7E3 100%);
    --font-heading:  'Playfair Display', Georgia, 'Times New Roman', serif;
    --font-body:     'Inter', system-ui, -apple-system, sans-serif;
}
