@import "https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";

/* src/styles.scss */
body {
  margin: 0;
  padding: 0;
  background-color: #515151;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  overflow-x: hidden;
}
@media (max-width: 600px) {
  body {
    font-size: 11.2px;
  }
}
button {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  border: 0px solid rgba(0, 0, 0, 0);
  color: #fff;
}
*::-webkit-scrollbar {
  display: flex;
  width: 0.6em;
}
*::-webkit-scrollbar-track {
  background: #515151;
}
*::-webkit-scrollbar-thumb {
  background: rgb(64.8, 64.8, 64.8);
  border: 0px solid #000;
  border-radius: 0.2em;
}
*::-webkit-scrollbar-thumb:hover {
  background: rgb(60.75, 60.75, 60.75);
}
.disable {
  visibility: hidden !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
p {
  margin: 0;
}

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