/* src/styles.scss */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

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