:root {
  /* Typography */
  --font-primary: "Cormorant Garamond", Georgia, serif;
  --font-secondary: "Inter", system-ui, sans-serif;

  /* Colors */
  --color-bg: #faf8f5;
  --color-text: #1a1a1a;
  --color-muted: #6b6661;
  --color-brand: #9c6b3d;
  --color-brand-dark: #7a5430;
  --color-line: #e6e1da;
  --color-surface: #f2ede7;
  --color-dark: #111009;

  /* Spacing */
  --space-unit: 1rem;
  --space-section: 6rem;
  --line-height: 1.7;
  --maxw: 1100px;
  --radius: 2px;

  /* Nav */
  --nav-height: 72px;

  /* Transitions */
  --transition: 200ms ease;
}
