:root { 
  --astronaut: #213078;
  --cornflower-blue: #7c8deb;
  --pot-pourri: #f9e8e4;
  --rose-quartz: #c55ca8;
  --white: #ffffff;
 
  --font-size-l: 18px;
  --font-size-m: 16px;
  --font-size-s: 12px;
  --font-size-xl: 21px;
  --font-size-xxl: 24px;
  --font-size-xxxl: 36px;
  --font-size-xxxxl: 60px;
 
  --font-family-fontawesome: "FontAwesome", Helvetica;
  --font-family-lufga-bold: "Lufga-Bold", Helvetica;
  --font-family-lufga-medium: "Lufga-Medium", Helvetica;
  --font-family-open_sans: "Open Sans", Helvetica;
}
.opensans-normal-astronaut-16px {
  color: var(--astronaut);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.opensans-bold-pot-pourri-12px {
  color: var(--pot-pourri);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 700;
}

.opensans-bold-astronaut-24px {
  color: var(--astronaut);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 700;
}

.lufga-bold-white-16px {
  color: var(--white);
  font-family: var(--font-family-lufga-bold);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.lufga-bold-pot-pourri-18px {
  color: var(--pot-pourri);
  font-family: var(--font-family-lufga-bold);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

.lufga-bold-astronaut-16px {
  color: var(--astronaut);
  font-family: var(--font-family-lufga-bold);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.fontawesome-normal-pot-pourri-16px {
  color: var(--pot-pourri);
  font-family: var(--font-family-fontawesome);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.lufga-medium-astronaut-36px {
  color: var(--astronaut);
  font-family: var(--font-family-lufga-medium);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 500;
}

.lufga-medium-pot-pourri-36px {
  color: var(--pot-pourri);
  font-family: var(--font-family-lufga-medium);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 500;
}

.lufga-bold-astronaut-21px {
  color: var(--astronaut);
  font-family: var(--font-family-lufga-bold);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

.opensans-bold-astronaut-12px {
  color: var(--astronaut);
  font-family: var(--font-family-open_sans);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 700;
}
