/* src/styles.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Inter", sans-serif;
  background-color: #f9f9f9;
  color: #0D1F3C;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}
ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}

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