:root { 
  --background-ffffff: #ffffff;
  --chicago: #585757;
  --eerie-black: #1e1e1e;
  --gallery: #efefef;
  --gunsmoke: #848484;
  --log-cabin: #231f20;
  --mirage: #0a2029;
  --secondary-333333: #333333;
  --text-000000: #000000;
 
  --font-size-35px: 35px;
  --font-size-l: 17px;
  --font-size-m: 15px;
  --font-size-xl: 20px;
  --font-size-xxl: 22px;
  --font-size-xxxl: 23px;
  --font-size-xxxxl: 45px;
  --font-size-xxxxxl: 50px;
 
  --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-35px);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
}

.header-2---roboto--23pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxxl);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
}

.subheader---roboto--22pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxl);
  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;
}

.toggle---roboto--20pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.roboto-bold-black-15px {
  color: var(--text-000000);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.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-bold-black-15px-2 {
  color: var(--text-000000);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
}

.roboto-normal-black-15px {
  color: var(--text-000000);
  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: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
}

:root {
}
