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

html,
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; }

ul[class],
ol[class] { list-style: none; padding: 0; margin: 0; }

body { min-height: 100vh; line-height: 1.6; -webkit-font-smoothing: antialiased; }

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

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

button { background: none; border: 0; cursor: pointer; }

a { color: inherit; text-decoration: none; }

table { border-collapse: collapse; }

@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;
  }
}
