/* src/styles.css */
body {
  font-family: "Poppins", sans-serif;
  color: #2C3E50;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background-color: #F9F9F9;
}
a {
  text-decoration: none;
  color: #40E0D0;
  transition: color 0.3s;
}
a:hover {
  color: #008080;
}

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