/* src/styles.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
  color: #333;
  background: #fafafa;
}

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