*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

button,
input,
textarea,
select {
  border: none;
  background: none;
  outline: none;
}

img {
  max-width: 100%;
  display: block;
}

/* ===== BASE ===== */
html {
  scroll-behavior: smooth;
}