:root { 
  --black: #000000;
  --blue-ribbon: #0059ff;
  --bright-turquoise: #27e7fa;
  --celeste: #d0d0d0;
  --cyan--aqua: #00ffff;
  --lucky-point: #172670;
  --white: #ffffff;
 
  --font-size-m: 35.7px;
  --font-size-s: 31.5px;
  --font-size-xs: 28.4px;
  --font-size-xxs: 22.1px;
  --font-size-xxxs: 15.8px;
  --font-size-xxxxs: 12.1px;
  --font-size-xxxxxs: 8.6px;
 
  --font-family-inter: "Inter", Helvetica;
  --font-family-roboto: "Roboto", Helvetica;
}
.inter-medium-white-12-1px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxxs);
  font-style: normal;
  font-weight: 500;
}

.inter-bold-white-22-1px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxs);
  font-style: normal;
  font-weight: 700;
}

.inter-medium-white-8-6px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxxxs);
  font-style: normal;
  font-weight: 500;
}

.inter-bold-white-15-8px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxs);
  font-style: normal;
  font-weight: 700;
}

.roboto-black-lucky-point-35-7px {
  color: var(--lucky-point);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 900;
}

.roboto-black-lucky-point-31-5px {
  color: var(--lucky-point);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 900;
}

.roboto-semi-bold-celeste-28-4px {
  color: var(--celeste);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 600;
}

.roboto-semi-bold-celeste-20-2px {
  color: var(--celeste);
  font-family: var(--font-family-roboto);
  font-size: 20.2px;
  font-style: normal;
  font-weight: 600;
}
