/* [project]/apps/web/src/app/globals.css [app-client] (css) */
html, body {
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  margin: 0;
}

::selection {
  color: #fff;
  background: #2e83f4;
}

/*# sourceMappingURL=apps_web_src_app_globals_1wvyn-h.css.map*/