@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Outfit&family=Readex+Pro:wght@200;400&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #f7f7f7;
  font-style: normal;
  font-family: "Readex Pro", sans-serif;
}

::-webkit-scrollbar {
  display: none;
}
