@import url("https://fonts.googleapis.com/css2?family=Averia+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Average&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
}

html {
  margin: 0 auto;
  max-width: 1150px;
  background: white;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  display: block;
}

html, body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin: 0 auto;
  background: white;
}

button {
  cursor: pointer;
}

a {
  cursor: pointer;
}

@media only screen and (min-device-width: 1140px) {
  body {
    display: none;
  }
}/*# sourceMappingURL=global.css.map */