/* src/styles.css */
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  background: #f9fafb;
  color: #111827;
}
a {
  color: inherit;
  text-decoration: none;
}
input,
button {
  font: inherit;
}

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