/* Motion preferences. The narrow and touch layouts live in mobile.css. */

@media (prefers-reduced-motion: reduce) {
  .shake,.glitch::before,.glitch::after,.btn.pulse:not(:disabled),body.alarm::before {
    animation:none!important;
  }
}
