:root {
  --color-slate: #2f4858;
  --color-off-white: #f7f5f2;
  --color-sage: #7a8b78;
  --color-amber: #c89b5e;
  --color-charcoal: #333333;

  --font-heading: "Cormorant Garamond", serif;
  --font-body: "Inter", system-ui, sans-serif;

  --section-spacing: 5rem;
  --card-radius: 1rem;
}
