/* [project]/src/app/globals.css [app-client] (css) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}

#__next {
  height: 100%;
}

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