/* src/styles.css */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

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