:root {
  --font-primary: 'Cormorant Garamond', Georgia, serif;
  --font-secondary: 'Inter', system-ui, sans-serif;

  --color-bg: #faf8f5;
  --color-text: #1a1a1a;
  --color-muted: #6b6661;
  --color-brand: #C4783A;
  --color-brand-dark: #a8612d;
  --color-line: #e6e1da;
  --color-dark: #18100a;

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

  --nav-height: 72px;
  --transition: 0.3s ease;
}
