/* src/styles.css */
:root {
  color-scheme: light;
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
}
body {
  margin: 0;
  background: #f6f7f9;
  color: #1f2937;
}

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