:root {
  --color-primary: #2c3e50;
  --color-primary-dark: #1a252f;
  --color-accent: #5d8aa8;
  --color-text: #1c1c2e;
  --color-text-light: #607080;
  --color-bg: #f9f9f9;
  --color-bg-alt: #eef0f3;
  --color-border: #d5d9e0;
  --font-heading: 'Inter', sans-serif;
  --font-body: 'Open+Sans', sans-serif;
}

.hero {
  background-image: linear-gradient(rgba(20,32,28,0.72), rgba(20,32,28,0.65)), url('https://images.pexels.com/photos/1366630/pexels-photo-1366630.jpeg?auto=compress&cs=tinysrgb&w=1920');
  background-size: cover;
  background-position: center;
}

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