/* Global accessibility contract — v1868.
   Loaded once on every interactive MapMyStaff page.
   These four priority declarations are intentional: they guarantee the user's reduced-motion preference wins over component and third-party animation timing. */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
