html {
  width: 100vw;
  max-width: 100%;
}

html body {
  background-color: #F7F7F7;
  overflow-x: hidden;
}

* {
  font-family: poppins;
  font-weight: 500;
}
/*# sourceMappingURL=base.css.map */