/* src/styles.scss */
html,
body {
  height: 100%;
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
}
body {
  background: #f8f9fa;
}

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