@font-face {
  font-family: "mavenpro";
  src: url(../font/MavenPro-VariableFont_wght.ttf) format(truetype);
  font-style: normal;
  font-weight: 100 900;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "mavenpro", sans-serif;
  scrollbar-width: none;
}

*::-webkit-scrollbar {
  display: none;
}
/*# sourceMappingURL=root.css.map */