:root { 
  --background: #2c2c2c;
  --caribbean-green: #00d985;
  --celeste: #cfcfcf;
  --heavy-metal: #2c2c2cb2;
  --highlights: #d6b541;
  --neutral: #1e1e1e;
  --overlay: #fff5d1;
  --shadows: #000000;
  --white: #ffffff;
 
  --font-size-l: 12.5px;
  --font-size-m: 12px;
  --font-size-xl: 16px;
  --font-size-xxl: 18px;
  --font-size-xxxl: 19.7px;
  --font-size-xxxxl: 24px;
  --font-size-xxxxxl: 36px;
 
  --font-family-bebas_neue: "Bebas Neue", Helvetica;
  --font-family-merriweather: "Merriweather", Helvetica;
  --font-family-merriweather_sans: "Merriweather Sans", Helvetica;
  --font-family-saira_extracondensed-extrabold: "Saira ExtraCondensed-ExtraBold", Helvetica;
}
.header-1 {
  font-family: var(--font-family-merriweather);
  font-size: var(--font-size-xxxxxl);
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
}

.header-2 {
  font-family: var(--font-family-merriweather);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
}

.text-large {
  font-family: var(--font-family-merriweather);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
}

.text-regular {
  font-family: var(--font-family-merriweather);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}

.bebasneue-normal-old-gold-18px {
  color: var(--highlights);
  font-family: var(--font-family-bebas_neue);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
}

.merriweathersans-normal-heavy-metal-12-5px {
  color: var(--background);
  font-family: var(--font-family-merriweather_sans);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

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

.merriweather-bold-black-19-7px {
  color: var(--shadows);
  font-family: var(--font-family-merriweather);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 700;
}

.merriweather-light-celeste-16px {
  color: var(--celeste);
  font-family: var(--font-family-merriweather);
  font-size: var(--font-size-xl);
  font-style: italic;
  font-weight: 300;
}

.merriweathersans-bold-heavy-metal-12-5px {
  color: var(--background);
  font-family: var(--font-family-merriweather_sans);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}
