/* src/styles.scss */
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  min-height: 100%;
  font-family:
    "Segoe UI",
    "Avenir Next",
    "Helvetica Neue",
    sans-serif;
  color: #2d241f;
  background: #f4eee5;
}
button,
input {
  font: inherit;
}

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