:root { 
  --background: #ffffff;
  --black: #000000de;
  --black-haze: #f7f7f7;
  --blaze-orange: #f56600;
  --eerie-black: #1e1e1e;
  --gallery: #efefef;
  --gunsmoke: #848484;
  --mirage: #0a2029;
  --secondary: #d42e12;
 
  --font-size-l: 20px;
  --font-size-m: 17px;
  --font-size-xl: 22px;
  --font-size-xxl: 34px;
  --font-size-xxxl: 38px;
  --font-size-xxxxl: 48px;
 
  --font-family-roboto: "Roboto", Helvetica;
}
.header-1---roboto--48pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
}

.roboto-normal-black-17px {
  color: var(--black);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-thunderbird-34px {
  color: var(--secondary);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 400;
}

.roboto-medium-black-22px {
  color: var(--black);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 500;
}

.roboto-medium-black-20px {
  color: var(--black);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 500;
}

.roboto-bold-eerie-black-20px {
  color: var(--eerie-black);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

.roboto-normal-eerie-black-20px {
  color: var(--eerie-black);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}

.roboto-light-black-38px {
  color: var(--black);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 300;
}

:root {
}
