/* Minimal Reset + Plain Button */

*,
*::before,
*::after {
  /* box-sizing: border-box; */
}

body,
h1, h2, h3, h4, h5, h6,
p,
ul, ol,
figure,
blockquote,
dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

/* button reset */
button {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
}

/* list */
ul,
ol {
  padding: 0;
  list-style: none;
}

/* link */
a {
  color: inherit;
  text-decoration: none;
}

/* accessibility */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
