:root {
  --color-primary: #2d6a4f;
  --color-primary-dark: #1b4332;
  --color-accent: #52b788;
  --color-text: #1a2e1a;
  --color-text-light: #4a6a50;
  --color-bg: #f8fdf9;
  --color-bg-alt: #d8f3dc;
  --color-border: #b7e4c7;
  --font-heading: 'Lato', sans-serif;
  --font-body: 'Lato', sans-serif;
}

.hero {
  background-image: linear-gradient(160deg, rgba(10,45,30,0.84) 0%, rgba(20,60,40,0.74) 100%), url('https://images.pexels.com/photos/5635391/pexels-photo-5635391.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);
}
