


*,
*::before,
*::after {
  box-sizing: border-box;
}


body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}


html {

  scroll-behavior: smooth;


  overflow-x: hidden;


  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


img,
svg,
picture,
video {
  display: block;
  max-width: 100%;
}


input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}


a {
  color: inherit;
  text-decoration: none;


  -webkit-tap-highlight-color: transparent;
}


:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}


@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
