/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --background: #090909;
  --foreground: #f5f5f5;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  background: #090909;
  overflow-x: hidden;
}

body {
  min-height: 100svh;
  color: var(--foreground);
  background: var(--background);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

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

a:focus-visible {
  outline-offset: 5px;
  outline: 2px solid #fff;
}

::selection {
  color: #090909;
  background: #fff;
}

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