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

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}

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

a { color: inherit; }

ul { list-style: none; }

button { font: inherit; }

address { font-style: normal; }
