/* Shared typography: DM Sans throughout, Anton only for page hero headlines. */
html body,
html body *:not(svg):not(svg *) {
  font-family: "DM Sans", sans-serif !important;
}

html body main h1,
html body main h1 *:not(svg):not(svg *) {
  font-family: "Anton", sans-serif !important;
  font-weight: 400 !important;
}

html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-weight: 700 !important;
}

html body .font-number,
html body .font-number *:not(svg):not(svg *) {
  font-family: "Anton", sans-serif !important;
  font-weight: 400 !important;
}

html body .font-anton,
html body .font-anton *:not(svg):not(svg *) {
  font-family: "Anton", sans-serif !important;
  font-weight: 400 !important;
}

/* Disable scroll fade animations globally */
.gsap-fade-up, .gsap-reveal, .gsap-hero-text, .gsap-cta {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
}
