
.bitcount-prop-single-standart {
  font-family: "Bitcount Prop Single", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
}
body {
    background: #995CD0;
    background: linear-gradient(90deg, rgba(153, 92, 208, 1) 0%, rgba(145, 108, 173, 1) 50%, rgba(82, 56, 120, 1) 100%);
    color: #adf182;
    font-family: "Bitcount Prop Single", system-ui;

}