@media (prefers-reduced-motion: reduce) {
  html,
  body,
  body::before,
  body::after,
  body *,
  body *::before,
  body *::after {
    animation-delay: 0s !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-delay: 0s !important;
    transition-duration: 0.001ms !important;
  }
}
