/* src/styles.scss */
:root {
  color-scheme: light;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
  background: #f8fafc;
  color: #0f172a;
}
a {
  color: inherit;
}
main {
  min-height: 60vh;
}

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