@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@300;400;600;700&display=swap');

:root {
  --green-primary: #0E593D;
  --orange-accent: #FF7A00;
  --brown-deep: #4B2E2B;
  --cream: #F9F3E7;
  --gold: #D9A663;
  --gray-light: #F7F7F7;
  --text-dark: #111;
  --font-body: 'Inter', sans-serif;
  --font-heading: 'DM Serif Display', serif;
  --max-width: 1200px;
  --transition: 0.3s ease;
}
