/* Global headings */
h1 {
  font-size: 45px;
  line-height: 1;
  font-weight: 900;
  font-family: 'Bungee', cursive;
  border: 0; /* keep the green border removed unless you want it visible */
}

/* Keep other headings consistent */
h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
}

/* Body copy */
body {
  font-family: 'Muli', sans-serif;
}


/* Full-screen hero carousel */
.hero-section,
.hero-section .carousel,
.hero-section .carousel-inner,
.hero-section .carousel-item {
  height: 100vh;
}
.hero-img {
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.hero-section .carousel-control-prev,
.hero-section .carousel-control-next {
  width: 4rem;
  background: none;
  opacity: 1;
}
.hero-section .carousel-control-prev:hover,
.hero-section .carousel-control-next:hover {
  background: none;
  opacity: 1;
}
