:root { 
  --chambray: #34618c;
  --goldenrod: #fddc77;
  --periwinkle-gray: #bccfe0;
  --pomegranate: #ee3524;
  --saddle-brown: #503b02;
  --steel-blue: #5481ad;
  --tundora: #464646c7;
  --tundora-2: #464646;
  --venice-blue: #005288;
  --white: #ffffff;
 
  --font-size-l: 14px;
  --font-size-m: 13px;
  --font-size-s: 11px;
  --font-size-xl: 17px;
  --font-size-xs: 10px;
  --font-size-xxl: 18px;
  --font-size-xxxl: 20px;
 
  --font-family-arial-regular: "Arial-Regular", Helvetica;
  --font-family-poppins: "Poppins", Helvetica;
  --font-family-poppins-light: "poppins", Helvetica;
  --font-family-poppins-medium: "poppins", Helvetica;
  --font-family-poppins-regular: "poppins", Helvetica;
  --font-family-poppins-semibold: "poppins", Helvetica;
}
.poppins-regular-normal-venice-blue-17px {
  color: var(--venice-blue);
  font-family: var(--font-family-poppins-regular);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
}

.poppins-regular-normal-tundora-13px {
  color: var(--tundora);
  font-family: var(--font-family-poppins-regular);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.poppins-light-white-13px {
  color: var(--white);
  font-family: var(--font-family-poppins-light);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 300;
}

.poppins-regular-normal-tundora-14px {
  color: var(--tundora);
  font-family: var(--font-family-poppins-regular);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

.poppins-normal-venice-blue-17px {
  color: var(--venice-blue);
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-xl);
}

.poppins-semi-bold-pomegranate-17px {
  color: var(--pomegranate);
  font-family: var(--font-family-poppins-semibold);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 600;
}

.arial-regular-normal-venice-blue-10px {
  color: var(--venice-blue);
  font-family: var(--font-family-arial-regular);
  font-size: var(--font-size-xs);
  font-style: normal;
  font-weight: 400;
}

.arial-regular-normal-tundora-11px {
  color: var(--tundora-2);
  font-family: var(--font-family-arial-regular);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}
