/* [project]/frontend/src/app/globals.css [app-client] (css) */
html, body {
  max-width: 100vw;
  height: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

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