:root { 
  --abbey: #4f4f4f;
  --black: #000000;
  --gulf-blue: #00145e;
  --licorice: #141414;
  --licorice-2: #161515;
  --masala: #3b3b3b;
  --shark: #212529;
  --vida-loca: #5b881b0d;
  --white: #ffffff;
  --willow-grove: #667a54;
 
  --font-size-12px: 12px;
  --font-size-l: 15px;
  --font-size-m: 11.7px;
  --font-size-s: 10.6px;
  --font-size-xl: 14px;
  --font-size-xxl: 18px;
  --font-size-xxxl: 19.1px;
  --font-size-xxxxl: 21.2px;
 
  --font-family-inter: "Inter", Helvetica;
  --font-family-montserrat: "Montserrat", Helvetica;
  --font-family-poppins: "Montserrat", Helvetica;
  --font-family-unbounded: "Oxygen", Helvetica;
}
.bodyxs {
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-12px);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.buttonl {
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08px;
}

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

.poppins-normal-abbey-16px {
  color: var(--abbey);
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
}

.poppins-normal-abbey-11-7px {
  color: var(--abbey);
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.unbounded-semi-bold-licorice-19-1px {
  color: var(--licorice);
  font-family: var(--font-family-unbounded);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 600;
}

.montserrat-normal-licorice-10-6px {
  color: var(--licorice-2);
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 400;
}

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

.poppins-bold-shark-16px {
  color: var(--shark);
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

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

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

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

.poppins-normal-shark-16px {
  color: var(--shark);
  font-family: var(--font-family-poppins);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
}

.montserrat-medium-masala-16px {
  color: var(--masala);
  font-family: var(--font-family-montserrat);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 500;
}
