/* src/styles.css */
html,
body {
  margin: 0;
  min-height: 100%;
  font-family:
    "Segoe UI",
    Tahoma,
    Geneva,
    Verdana,
    sans-serif;
  color: #16233b;
}
body {
  background: #f7f8fb;
}
* {
  box-sizing: border-box;
}
a,
button,
input {
  font: inherit;
}

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