/* You can add global styles to this file, and also import other style files */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html, body {
  overflow-x: clip;
  font-family: "Inter", sans-serif;
  background-color: #07080f;
}

/*# sourceMappingURL=styles.css.map*/