/* src/styles.scss */
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  min-height: 100%;
  width: 100%;
  background: transparent;
}
body {
  color: #f8fafc;
  font-family:
    "Space Grotesk",
    "DM Sans",
    "Segoe UI",
    sans-serif;
}
app-root {
  display: block;
  min-height: 100vh;
  background: transparent;
}

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