h1,
h2,
h3,
h4,
h5,
h6,
.home-tagline,
.site-title,
.section-title,
.description h2,
.description h3,
.adventure-description-box h4 {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal !important;
  font-weight: 800 !important;
  font-size: 3.85rem !important;
  line-height: 1.08 !important;
  letter-spacing: normal !important;
  text-transform: uppercase !important;
  text-shadow: 0 4px 0 #f4b63f, 0 8px 18px rgba(22, 21, 20, 0.38) !important;
}

@media (max-width: 820px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .home-tagline,
  .site-title,
  .section-title,
  .description h2,
  .description h3,
  .adventure-description-box h4 {
    font-size: 2.35rem !important;
  }
}

@media (max-width: 480px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .home-tagline,
  .site-title,
  .section-title,
  .description h2,
  .description h3,
  .adventure-description-box h4 {
    font-size: clamp(1.35rem, 7vw, 2rem) !important;
  }
}
