:root {
  --bg:    #F5F1EA;
  --bg2:   #EAE3D8;
  --bg3:   #DED6CA;
  --text:  #2E2723;
  --tmid:  #6F655D;
  --tlt:   #9A8F82;
  --tlight:#9A8F82;
  --line:  #CDBFAF;
  --cta:   #8B735C;
  --ctah:  #6E5948;
  --white: #FDFAF6;
  /* Font aliases — used by both old and new CSS */
  --serif:      'Cormorant Garamond', Georgia, serif;
  --sans:       'DM Sans', system-ui, sans-serif;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans:  'DM Sans', system-ui, sans-serif;
  /* Easing aliases */
  --ease:     cubic-bezier(.4,0,.2,1);
  --eout:     cubic-bezier(.16,1,.3,1);
  --ease-std: cubic-bezier(.4,0,.2,1);
  --ease-out: cubic-bezier(.16,1,.3,1);
  /* Spacing */
  --space-xl: 96px;
  /* Shadows */
  --sh-sm: 0 2px 12px rgba(46,39,35,.06);
  --sh-md: 0 8px 32px rgba(46,39,35,.08);
  --shadow-md: 0 8px 32px rgba(46,39,35,.08);
  /* Duration */
  --dur-fast: .15s;
  --dur-med:  .25s;
  --dur-slow: .6s;
  /* Z-index */
  --z-nav:   500;
  --z-pop:   9999;
  --z-popup: 9999;
  --z-ov:    9000;
}
