/* =============================================
     DESIGN SYSTEM — CSS VARIABLES
     Mental health palette: sage, warm ivory, deep forest, 
     dusty rose, slate. Calming, trustworthy, premium.
  ============================================= */
  :root {
    --ivory:      #F7F3EC;
    --ivory-dark: #EDE7DA;
    --sage:       #8FA68A;
    --sage-light: #C8D9C4;
    --sage-dark:  #4A6645;
    --forest:     #2C3E2D;
    --rose:       #C4897A;
    --rose-light: #EDD5CE;
    --slate:      #5A6472;
    --slate-light:#A8B2BC;
    --gold:       #C9A96E;
    --text-main:  #1E2620;  
    --text-muted: #5F6D61;
    --white:      #FFFFFF;
    --font-display: 'Cormorant Garamond', serif;
    --font-body:    'DM Sans', sans-serif;

    
  }
