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

html {
  font-size: 62.5%;
  font-family: "Red Hat Display", sans-serif;
  scroll-behavior: smooth;
}

.hidden {
  visibility: hidden;
  pointer-events: none;
}
