*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

button,
textarea {
  font: inherit;
}

button {
  appearance: none;
}

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