/* src/styles.scss */
:root {
  color-scheme: light;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family:
    Manrope,
    "Segoe UI",
    "Helvetica Neue",
    sans-serif;
  background: #edf2f8;
  color: #142a44;
}

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