/* src/styles.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family:
    "Segoe UI",
    system-ui,
    -apple-system,
    sans-serif;
  background: #f8f9fa;
  color: #1a1a2e;
}

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