.home-section-heading {
  margin: 0;
  color: rgb(var(--color-foreground));
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-transform: uppercase;
}

.home-section-heading strong {
  font-weight: 700;
}

@media screen and (max-width: 749px) {
  .home-section-heading {
    font-size: clamp(2.8rem, 8vw, 4rem);
  }
}
