@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";

/* src/styles.scss */
:root {
  color-scheme: light;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background: #f5f6fa;
  font-synthesis: none;
}
html,
body {
  min-height: 100%;
  margin: 0;
}
body {
  background:
    radial-gradient(
      circle at 85% 5%,
      rgba(118, 100, 232, 0.09),
      transparent 26rem),
    #f5f6fa;
}

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