:root {
  --color-primary: #b45309;
  --color-primary-dark: #92400e;
  --color-accent: #f59e0b;
  --color-text: #1c1008;
  --color-text-light: #78603e;
  --color-bg: #fffdf8;
  --color-bg-alt: #fef3c7;
  --color-border: #fde68a;
  --font-heading: 'Inter', sans-serif;
  --font-body: 'Open Sans', sans-serif;
}

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

.hub-featured-img {
  object-position: center center;
}
