@layer reset {
  *, *::before, *::after { box-sizing: border-box; }

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

  p, li, h1, h2, h3, h4 { word-break: break-word; }

  html, body { overflow-x: clip; }

  body {
    min-height: 100dvh;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }

  img, picture, video { display: block; max-inline-size: 100%; }

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

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

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