/* src/styles.scss */
html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: #070907;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
button {
  font-family: inherit;
}

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