:root { 
  --allports: #0070b8;
  --alto: #dadada;
  --azure-radiance: #009cff1a;
  --black: #000000;
  --black-2: #0000000d;
  --black-3: #0000001a;
  --black-4: #0000008f;
  --concrete: #f2f2f2;
  --curious-blue: #1e87ca;
  --dodger-blue: #25a9fc;
  --gallery: #eeeeee;
  --granite-gray: #666666;
  --gray-1: #333333;
  --lochmara: #0681cf;
  --mercury: #e5e5e5;
  --nobel: #b5b5b5b2;
  --nobel-2: #b5b5b5;
  --pink-swan: #b6b6b699;
  --pink-swan-2: #b6b6b64c;
  --quill-gray: #d6d6d6;
  --shark: #29292999;
  --storm-dust: #606060;
  --white: #ffffff;
  --white-2: #ffffffb2;
  --white-3: #ffffff66;
  --white-4: #ffffffe6;
  --white-5: #ffffff99;
  --wild-sand: #f4f4f4;
  --zest: #f08419;
 
  --font-size-12px: 12px;
  --font-size-28px: 28px;
  --font-size-48px: 48px;
  --font-size-l: 16px;
  --font-size-m: 14px;
  --font-size-xl: 18px;
  --font-size-xxl: 20px;
  --font-size-xxxl: 24px;
  --font-size-xxxxl: 32px;
  --font-size-xxxxxl: 52px;
 
  --font-family-inter: "Inter", Helvetica;
  --font-family-roboto: "Roboto", Helvetica;
}
.titleh2 {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxxxl);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
}

.titleh3 {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-48px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
}

.titleh5 {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
}

.titleh6 {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-28px);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
}

.titleh7 {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
}

.textxxxl {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.textxxl {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-28px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.textxl {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.textlarge {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.textbig {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.textnormal {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.textsmall {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.textxs {
  font-family: var(--font-family-inter);
  font-size: var(--font-size-12px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.roboto-normal-storm-dust-14px {
  color: var(--storm-dust);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.inter-bold-mine-shaft-18px {
  color: var(--gray-1);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

.inter-normal-mine-shaft-16px {
  color: var(--gray-1);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-storm-dust-10px {
  color: var(--storm-dust);
  font-family: var(--font-family-roboto);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-storm-dust-16px {
  color: var(--storm-dust);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

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

.roboto-normal-nobel-14px {
  color: var(--nobel-2);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

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

.inter-normal-white-14px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-mine-shaft-16px {
  color: var(--gray-1);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

.inter-normal-white-18px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
}

.roboto-bold-mine-shaft-14px {
  color: var(--gray-1);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.roboto-normal-lochmara-14px {
  color: var(--lochmara);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.inter-semi-bold-mine-shaft-20px {
  color: var(--gray-1);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 600;
}

.inter-normal-mine-shaft-14px {
  color: var(--gray-1);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-granite-gray-10px {
  color: var(--granite-gray);
  font-family: var(--font-family-roboto);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
}

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

.roboto-normal-lochmara-16px {
  color: var(--lochmara);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

.inter-semi-bold-white-16px {
  color: var(--white);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 600;
}
