/* src/styles.scss */
html,
body {
  margin: 0;
  width: 100%;
  min-height: 100%;
  font-family:
    Inter,
    Arial,
    Helvetica,
    sans-serif;
  background: #fbfdff;
}
* {
  box-sizing: border-box;
}

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