:root { 
  --background-ffffff: #ffffff;
  --eerie-black: #1e1e1e;
  --gallery: #efefef;
  --gunsmoke: #848484;
  --mirage: #0a2029;
  --mountain-mist: #929292;
  --primary-f40000: #f40000;
  --secondary-61635: #616365;
  --tertiary-f5d500: #000000;
 
  --font-size-20px: 20px;
  --font-size-l: 17px;
  --font-size-m: 15px;
  --font-size-xl: 22px;
  --font-size-xxl: 23px;
  --font-size-xxxl: 35px;
  --font-size-xxxxl: 45px;
  --font-size-xxxxxl: 50px;
 
  --font-family-lato: "Lato", Helvetica;
  --font-family-roboto: "Roboto", Helvetica;
}
.header-1---roboto--50pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxxxxl);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
}

.header-1-tablet---roboto--45pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
}

.header-1-mobile---roboto--35pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
}

.header-2---roboto--23pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
}

.subheader---roboto--22pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xl);
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
}

.body-copy---roboto--15pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.body-copy-white---roboto--15pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
}

.toggle---roboto--20pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-20px);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.roboto-bold-mirage-17px {
  color: var(--mirage);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

.roboto-normal-black-15px {
  color: var(--tertiary-f5d500);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
}

.roboto-bold-eerie-black-20px {
  color: var(--eerie-black);
  font-family: var(--font-family-roboto);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.roboto-bold-black-15px {
  color: var(--tertiary-f5d500);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.roboto-medium-white-17px {
  color: var(--background-ffffff);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 500;
}

:root {
}
