:root {
  --ink:        #0e0e0e;
  --cream:      #f5f0e8;
  --warm:       #e8dfc8;
  --gold:       #b8935a;
  --gold-light: #d4aa72;
  --rust:       #8b4a2a;
  --forest:     #1e3428;
  --mist:       #f9f6ef;
  --sand:       #f2ece0;
  --mid:        #6b5c44;
  --lite:       #a89070;
  --serif:      'Cormorant Garamond', Georgia, serif;
  --sans:       'Barlow', system-ui, sans-serif;
  --space-1: .25rem; --space-2: .5rem;  --space-3: .75rem;
  --space-4: 1rem;   --space-6: 1.5rem; --space-8: 2rem;
  --space-12: 3rem;  --space-16: 4rem;  --space-20: 5rem;
  --transition: .22s ease;
  --max-w: 1280px;
  --pad-x: 5vw;
}
