/* src/styles.css */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  background: #eef2f7;
  color: #1f2d3d;
}
* {
  box-sizing: border-box;
}
button,
input,
select,
textarea {
  font: inherit;
}

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