/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
}

body {
  background: #f5f5f5;
}

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

::selection {
  color: #123f3f;
  background: #0085843d;
}

input::selection, textarea::selection {
  color: #123f3f;
  background: #00858447;
}

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