@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url(./Mobile/style_index_mob.css) only screen and (max-width: 991px);
@import url(./desktop/style_index_desk.css) only screen and (min-width: 992px);
/* @import url(./Tablet/style_index_tab.css); */
* {
  margin: 0%;
  padding: 0%;
  max-width: 100vw;
}
/* UTILITIES */
.no-wrap {
  text-wrap: nowrap;
}

body {
  font-family: Mulish;
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  overflow: scroll;
}

nav {
  /* display: none;
  align-items: center;
  justify-items: flex-start;
  position: sticky;
  top: 0%;
  background-color: #ede8e4;
  z-index: 1;
  max-height: 8vh; */
  height: 50px;
  background-color: #ede8e4;
}
