/* src/styles.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
h4 {
  color: #64748b;
}

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