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

*, ul, ol, span {
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
  scroll-behavior: smooth;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

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