:root {
  --abbey: #4d4d4d;
  --bali-hai: #8198aa;
  --black: #000000;
  --blue-ribbon: #006ef2;
  --mine-shaft: #323232;
  --quill-gray: #d4d4d4;
  --white: #ffffff;
  --white-2: #ffffff1a;
  --white-3: #ffffff33;
  --white-4: #ffffff4c;

  --font-size-l2: 16px;
  --font-size-s: 15px;
  --font-size-xl2: 17px;
  --font-size-xxxl: 35px;
  --font-size-xxxl2: 20px;
  --font-size-xxxxl: 48.8px;
  --font-size-xxxxl2: 24px;

  --font-family-inter: "Inter", Helvetica;
  --font-family-lato: "Lato", Helvetica;
  --font-family-roboto: "Roboto", Helvetica;
}
.inter-normal-abbey-16px {
  color: var(--abbey);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l2);
  font-style: normal;
  font-weight: 400;
}

.lato-normal-white-17px {
  color: var(--white);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-xl2);
  font-style: normal;
  font-weight: 400;
}

.inter-normal-abbey-20px {
  color: var(--abbey);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxl2);
  font-style: normal;
  font-weight: 400;
}

.lato-bold-blue-ribbon-20px {
  color: var(--blue-ribbon);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-xxxl2);
  font-style: normal;
  font-weight: 700;
}

.lato-bold-abbey-16-2px {
  color: var(--abbey);
  font-family: var(--font-family-lato);
  font-size: 16.2px;
  font-style: normal;
  font-weight: 700;
}

.lato-normal-white-15px {
  color: var(--white);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.inter-bold-abbey-20px {
  color: var(--abbey);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxl2);
  font-style: normal;
  font-weight: 700;
}

.lato-bold-white-21-1px {
  color: var(--white-3);
  font-family: var(--font-family-lato);
  font-size: 21.1px;
  font-style: normal;
  font-weight: 700;
}

.roboto-medium-white-24px {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxxxl2);
  font-style: normal;
  font-weight: 500;
}

.roboto-medium-black-24px {
  color: var(--black);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxxxl2);
  font-style: normal;
  font-weight: 500;
}

.lato-bold-white-21-1px-2 {
  color: var(--white-4);
  font-family: var(--font-family-lato);
  font-size: 21.1px;
  font-style: normal;
  font-weight: 700;
}

.roboto-normal-white-24px {
  color: var(--white);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxxxl2);
  font-style: normal;
  font-weight: 400;
}

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

.lato-bold-white-35px {
  color: var(--white);
  font-family: var(--font-family-lato);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
}

.roboto-normal-white-15px {
  color: var(--white);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.inter-normal-bali-hai-15px {
  color: var(--bali-hai);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

.border-1px-quill-gray {
  border: 1px solid var(--quill-gray);
}

.border-0-9px-quill-gray {
  border: 0.9px solid var(--quill-gray);
}
