.landing-title {
  font-size: clamp(2.5rem, 10vw, 6rem);  /* Responsive: 2.5rem to 6rem */
  font-weight: 900;                     /* Bold by default */
  line-height: 1.1;
}

.landing-subtext {
  font-size: clamp(1.25rem, 2.5vw, 2rem);  /* Responsive: scales on desktop */
  font-weight: 600;
}

.body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h4 {
  color: #784421;
}
h3 {
  color: #784421;
  font-weight: bold;
}

h2 {
  color: #faf1ea;
}

.nav-item.active > .nav-link {
  font-weight: bold;
  color: #ffc107;
}