* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
  font-family: Open Sans, sans-serif;
}

html {
  scroll-behavior: smooth;
}

img {
  pointer-events: none;
}

:root {
  --header__height: 60px;
}

@media screen and (max-width: 767px) {
  :root {
    --header__height: 45px;
  }
}