/* Site-wide: no CSS animations or transitions */
*,
*::before,
*::after {
  animation: none !important;
  transition: none !important;
}

html {
  scroll-behavior: auto;
}
