*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:where(ul, ol) {
  padding-left: 0;
}

body,
:where(blockquote, figure) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl) {
  margin-block: 0;
  font-size: inherit;
}

:where(dd) {
  margin-left: 0;
}

:where(fieldset) {
  margin-left: 0;
  padding: 0;
  border: none;
}

:where(ul) {
  list-style: none;
}

:focus-visible {
  outline: 2px solid currentColor;
}
:focus:not(:focus-visible) {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

input,
textarea,
select,
button {
  font: inherit;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  line-height: 1.5;
}

svg *[fill] {
  fill: currentColor;
}
svg *[stroke] {
  stroke: currentColor;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
