/* src/styles.scss */
html,
body {
  margin: 0;
  font-family:
    Roboto,
    "Helvetica Neue",
    sans-serif;
  overflow: hidden;
}
.page-container {
  max-height: calc(100vh - 40px);
}

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