:root {
  --color-primary: #312e2e;
  --color-primary-dark: #1a1818;
  --color-accent: #7d5a3c;
  --color-text: #1a1410;
  --color-text-light: #6a5a50;
  --color-bg: #faf9f8;
  --color-bg-alt: #f0ece8;
  --color-border: #ddd8d0;
  --font-heading: 'Georgia', sans-serif;
  --font-body: 'Open+Sans', sans-serif;
}

.hero {
  background-image: linear-gradient(rgba(26,39,68,0.75), rgba(26,39,68,0.70)), url('https://images.pexels.com/photos/5668882/pexels-photo-5668882.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);
}
