*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, h3, p, ol, ul, dl, dd, figure, blockquote {
  margin: 0; padding: 0;
}
ol, ul { list-style: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea {
  font: inherit; color: inherit; background: none; border: 0;
}
button { cursor: pointer; }
:focus-visible {
  outline: 2px solid var(--focus, #5b9dff);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
