:root { 
  --black: #000000;
  --green: #00ff11;
  --midnight-moss: #001200;
  --onyx: #373737;
  --white: #ffffff;
 
  --font-size-l: 18px;
  --font-size-m: 15.4px;
  --font-size-s: 13.5px;
  --font-size-xl: 19.9px;
  --font-size-xxl: 20.6px;
  --font-size-xxxl: 22.7px;
 
  --font-family-inter: "Inter", Helvetica;
  --font-family-roboto: "Roboto", Helvetica;
}
.roboto-bold-white-15-4px {
  color: var(--white);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.roboto-bold-white-13-5px {
  color: var(--white);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 700;
}
