/* src/styles.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family:
    "Palatino Linotype",
    "Book Antiqua",
    Palatino,
    Georgia,
    serif;
  background: #0a0010;
  color: #c0a0d0;
}
button {
  font-family: inherit;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #0a0010;
}
::-webkit-scrollbar-thumb {
  background: #3a2a5a;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #5a3a7a;
}
app-root {
  display: block;
  width: 100%;
  height: 100%;
}

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