/* /build/style.css */

/* Lenis Scroll Smoothing -- Needs JS Class */
html.lenis {
  height: auto;
}

.lenis.lenis-disabled {
  overflow: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

/* Custom CSS */
.hero-text {
    opacity: 0.8;
}

.section-title {
    letter-spacing: -0.02em;
}
