:root {
  --color-primary: #1a6847;
  --color-primary-dark: #0f4a30;
  --color-accent: #34d399;
  --color-text: #1a1a2e;
  --color-text-light: #4a5568;
  --color-bg: #fafcfb;
  --color-bg-alt: #f0faf5;
  --color-border: #d1e7dd;
  --font-heading: 'Lato', sans-serif;
  --font-body: 'Lato', sans-serif;
}

.hero {
  background-image: linear-gradient(160deg, rgba(10,40,25,0.82) 0%, rgba(15,50,35,0.72) 100%), url('https://images.pexels.com/photos/3683074/pexels-photo-3683074.jpeg?auto=compress&cs=tinysrgb&w=1920');
  background-size: cover;
  background-position: center;
}

.hero h1,
.hero-sub {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
