:root { 
  --black: #000000;
  --cloud: #c4c4c4;
  --electric-violet: #8703df;
  --heliotrope: #b341ff;
  --white: #ffffff;
  --white-2: #ffffffcc;
  --white-3: #ffffff1f;
  --white-4: #ffffffc4;
  --white-5: #ffffff99;
 
  --font-size-l: 18px;
  --font-size-m: 16px;
  --font-size-xl: 19px;
  --font-size-xxl: 21px;
  --font-size-xxxl: 24px;
  --font-size-xxxxl: 47px;
  --font-size-xxxxxl: 71px;
 
  --font-family-manrope: "Manrope", Helvetica;
  --font-family-poppins: "Poppins", Helvetica;
}
.poppins-normal-white-16px {
  color: var(--white);
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.poppins-normal-white-16px-2 {
  color: var(--white-2);
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.poppins-normal-white-19px {
  color: var(--white-2);
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
}

.poppins-normal-white-16px-3 {
  color: var(--white-4);
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.poppins-light-white-47px {
  color: var(--white);
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 300;
}

.poppins-normal-white-21px {
  color: var(--white);
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
}

.poppins-normal-heliotrope-16px {
  color: var(--heliotrope);
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.poppins-normal-white-71px {
  color: var(--white);
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-xxxxxl);
  font-style: normal;
  font-weight: 400;
}

.poppins-normal-white-16px-4 {
  color: var(--white-5);
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.poppins-normal-white-23px {
  color: var(--white);
  font-family: var(--font-family-poppins);
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
}
