:root {
  --primary: #1f3b2e;
  --primary-dark: #14281f;
  --secondary: #58a783;
  --accent: #58a783;
  --gold: #d9b45b;
  --heading: #111827;
  --text: #374151;
  --text-muted: #5b6472;
  --surface: #ffffff;
  --surface-alt: #f6f8f5;
  --surface-dark: #111827;
  --on-dark: #ffffff;
  --on-primary: #ffffff;
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--surface);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  color: var(--heading);
}

a {
  color: inherit;
}
