:root { 
  --alto: #d9d9d9;
  --black: #000000;
  --black-2: #010101;
  --blueberry: #6c80fb;
  --carnation-pink: #071fb3;
  --carnation-pink-2: #081fb0;
  --celeste: #cccccc;
  --concrete: #f2f2f2;
  --cultured-pearl: #f8f6f5;
  --seashell: #f1f0f0;
  --sonic-silver: #757575;
  --titan-white: #eff1ff;
  --white: #ffffff;
 
  --font-size-l: 14px;
  --font-size-m: 12px;
  --font-size-s: 10px;
  --font-size-xl: 16px;
  --font-size-xxl: 18px;
  --font-size-xxxl: 20px;
  --font-size-xxxxl: 24px;
 
  --font-family-manrope: "Manrope", Helvetica;
  --font-family-manrope-semibold: "Manrope-SemiBold", Helvetica;
}
.manrope-normal-sonic-silver-12px {
  color: var(--sonic-silver);
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.manrope-bold-black-14px {
  color: var(--black);
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

.manrope-normal-celeste-10px {
  color: var(--celeste);
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.manrope-bold-black-12px {
  color: var(--black);
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.manrope-normal-carnation-pink-12px {
  color: var(--carnation-pink);
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.manrope-bold-black-20px {
  color: var(--black);
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
}

.manrope-medium-black-14px {
  color: var(--black);
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 500;
}

.manrope-bold-white-14px {
  color: var(--white);
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

.manrope-medium-white-14px {
  color: var(--white);
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 500;
}

.manrope-bold-black-24px {
  color: var(--black);
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 700;
}

.manrope-semi-bold-black-14px {
  color: var(--black);
  font-family: var(--font-family-manrope-semibold);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 600;
}

.manrope-normal-white-12px {
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.manrope-semi-bold-celeste-14px {
  color: var(--celeste);
  font-family: var(--font-family-manrope-semibold);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 600;
}

.manrope-bold-black-18px {
  color: var(--black);
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
}

.manrope-bold-black-10px {
  color: var(--black);
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 700;
}

.manrope-bold-black-10px-2 {
  color: var(--black-2);
  font-family: var(--font-family-manrope);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 700;
}
