.button,
.icon-button,
.tab,
.nav-item {
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.icon-button:hover,
.tab:hover {
  transform: translateY(-2px);
}

.button:active,
.icon-button:active,
.tab:active {
  transform: scale(.975);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}
