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

/* src/styles.scss */
body {
  margin: 0;
  background-color: #f8f9fa;
  font-family: Raleway, sans-serif;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

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