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

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

/*# sourceMappingURL=global.css.map */
