body {
  margin: 0;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  background-color: white;
  overflow-x: hidden;
}

div {
  box-sizing: border-box;
}

@font-face {
  font-family: bubble;
  src: url(../fonts/Bubbleboddy-FatTrial.ttf);
}
@font-face {
  font-family: mochi;
  src: url(../fonts/gomarice_gogono_cocoa_mochi.ttf);
}

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