/* src/styles.css */
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (prefers-color-scheme: dark) {
  body {
    background: #0d0e11;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
