/* [project]/apps/web/src/app/globals.css [app-client] (css) */
:root {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  color: #edf3f8;
  font-synthesis: none;
  text-rendering: optimizelegibility;
  background: #090f15;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

* {
  box-sizing: border-box;
}

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

body {
  background: #090f15;
  min-width: 320px;
  overflow: hidden;
}

button, input, textarea {
  font: inherit;
}

button:focus-visible, input:focus-visible, textarea:focus-visible, a:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #65e5b4;
}

::selection {
  color: #08120e;
  background: #65e5b4;
}

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