/* src/styles.css */
html,
body {
  margin: 0;
  min-height: 100%;
  font-family:
    "Avenir Next",
    "Segoe UI",
    "Helvetica Neue",
    Arial,
    sans-serif;
  background: #f6fbf8;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  color: #1c2f2b;
  text-rendering: optimizeLegibility;
}
a {
  color: inherit;
}

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