/* src/styles.scss */
body,
html,
aku-root {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body,
html,
aku-root {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  background-color: #020202;
}

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