:root { 
  --black: #000000;
  --cerulean: #0093d3;
  --eerie-black: #1d1d1b;
  --white: #ffffff;
  --wild-sand: #f4f4f4;
 
  --font-size-l: 16px;
  --font-size-m: 15px;
  --font-size-s: 12px;
  --font-size-xl: 18px;
  --font-size-xxl: 22px;
  --font-size-xxxl: 24px;
 
  --font-family-hpsimplified-bold: "HPSimplified-Bold", Helvetica;
  --font-family-hpsimplified-light: "HPSimplified-Light", Helvetica;
  --font-family-hpsimplified-regular: "HPSimplified-Regular", Helvetica;
}
.hpsimplified-regular-normal-eerie-black-18px {
  color: var(--eerie-black);
  font-family: var(--font-family-hpsimplified-regular);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
}

.hpsimplified-regular-normal-eerie-black-15px {
  color: var(--eerie-black);
  font-family: var(--font-family-hpsimplified-regular);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.hpsimplified-light-black-12px {
  color: var(--black);
  font-family: var(--font-family-hpsimplified-light);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 300;
}

.hpsimplified-bold-black-22px {
  color: var(--black);
  font-family: var(--font-family-hpsimplified-bold);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
}

.hpsimplified-regular-normal-cerulean-22px {
  color: var(--cerulean);
  font-family: var(--font-family-hpsimplified-regular);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
}

.hpsimplified-bold-black-16px {
  color: var(--black);
  font-family: var(--font-family-hpsimplified-bold);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

.hpsimplified-regular-normal-cerulean-24px {
  color: var(--cerulean);
  font-family: var(--font-family-hpsimplified-regular);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 400;
}

.hpsimplified-bold-black-24px {
  color: var(--black);
  font-family: var(--font-family-hpsimplified-bold);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
}

.hpsimplified-light-black-16px {
  color: var(--black);
  font-family: var(--font-family-hpsimplified-light);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 300;
}
