@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600&family=Source+Sans+3:wght@400;600&display=swap";

/* src/styles.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  min-height: 100%;
}
body {
  font-family:
    "Source Sans 3",
    "Segoe UI",
    sans-serif;
  background: #f4f7f5;
  color: #1a2e28;
}

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