/* [project]/app/globals.css [app-client] (css) */
html, body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
}

* {
  box-sizing: border-box;
}

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