/* src/styles.css */
html,
body {
  height: 100%;
}
body {
  margin: 0;
  background: #fff;
  color: #1e293b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
app-root {
  display: block;
  min-height: 100vh;
}
html {
  scroll-behavior: smooth;
}

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