:root {
  /* Brand palette */
  --c-dark:   #2C1A0E;
  --c-dark2:  #1a0f08;
  --c-brown:  #8B5E3C;
  --c-gold:   #C49A6C;
  --c-gold2:  #d4ae88;
  --c-cream:  #FDFAF6;
  --c-cream2: #f0e8dc;
  --c-muted:  #9a8070;

  /* Typography */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Source Serif 4', Georgia, serif;

  /* Spacing */
  --sp-xs:  0.5rem;
  --sp-sm:  1rem;
  --sp-md:  2rem;
  --sp-lg:  4rem;
  --sp-xl:  7rem;
  --sp-2xl: 12rem;

  /* Layout */
  --max-w:  1280px;
  --gutter: clamp(1.5rem, 5vw, 5rem);

  /* Ease */
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
}



