/* src/styles.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  min-height: 100%;
}
body {
  font-family:
    system-ui,
    Segoe UI,
    Roboto,
    sans-serif;
  color: #f8fafc;
  background: #0b1220;
}

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