/* src/styles.scss */
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family:
    "DM Sans",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  background: #F7F8F5;
}

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