:root { 
  --background: #ffffff;
  --eerie-black: #1e1e1e;
  --gallery: #efefef;
  --gunsmoke: #848484;
  --mirage: #0a2029;
  --regal-blue: #004d6d;
 
  --font-size-l: 42px;
  --font-size-m: 20px;
  --font-size-xl: 48px;
 
  --font-family-roboto: "Roboto", Helvetica;
}
.header-1---roboto--48pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
}

.roboto-normal-white-20px {
  color: var(--background);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.roboto-black-white-20px {
  color: var(--background);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 900;
}

.roboto-bold-eerie-black-20px {
  color: var(--eerie-black);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  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-m);
  font-style: normal;
  font-weight: 400;
}

.roboto-bold-white-20px {
  color: var(--background);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.roboto-normal-white-20px-2 {
  color: var(--background);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
}

:root {
}
