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

html, body {
  position: relative;
  overflow-x: clip;
  scroll-behavior: smooth;
  margin: auto;
  background: #F2F2ED;
}

h1, h2 {
  font-family: "Jost", sans-serif !important;
}

a {
  font-family: "Manrope", sans-serif !important;
}/*# sourceMappingURL=global.css.map */