/* apps/gamebox/src/styles.scss */
html,
body,
app-root {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #121212;
  overflow-x: hidden;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

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