:root { 
  --black: #000000;
  --dove-gray: #707070;
  --monsoon: #898989;
  --white: #ffffff;
 
  --font-size-l: 36px;
  --font-size-m: 30px;
  --font-size-s: 20px;
  --font-size-xl: 40px;
  --font-size-xxl: 48px;
  --font-size-xxxl: 50px;
  --font-size-xxxxl: 66px;
 
  --font-family-brandongrotesque-black: "BrandonGrotesque-Black", Helvetica;
  --font-family-brandongrotesque-light: "BrandonGrotesque-Light", Helvetica;
  --font-family-brandongrotesque-medium: "BrandonGrotesque-Medium", Helvetica;
  --font-family-brandongrotesque-regular: "BrandonGrotesque-Regular", Helvetica;
}
.brandongrotesque-light-black-40px {
  color: var(--black);
  font-family: var(--font-family-brandongrotesque-light);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 300;
}

.brandongrotesque-medium-black-20px {
  color: var(--black);
  font-family: var(--font-family-brandongrotesque-medium);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
}

.brandongrotesque-black-black-66px {
  color: var(--black);
  font-family: var(--font-family-brandongrotesque-black);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 900;
}

.brandongrotesque-black-white-30px {
  color: var(--white);
  font-family: var(--font-family-brandongrotesque-black);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 900;
}

.brandongrotesque-black-black-30px {
  color: var(--black);
  font-family: var(--font-family-brandongrotesque-black);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 900;
}

.brandongrotesque-black-white-50px {
  color: var(--white);
  font-family: var(--font-family-brandongrotesque-black);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 900;
}

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

.brandongrotesque-medium-monsoon-20px {
  color: var(--monsoon);
  font-family: var(--font-family-brandongrotesque-medium);
  font-size: var(--font-size-s);
  font-style: normal;
  font-weight: 500;
}
