:root { 
  --abbey: #4c4d4e;
  --background: #ffffff;
  --black: #000000de;
  --eerie-black: #1e1e1e;
  --elephant: #1a3542;
  --gallery: #efefef;
  --gunsmoke: #848484;
  --mirage: #0a2029;
  --text-000000: #000000;
 
  --font-size-l: 20px;
  --font-size-m: 17px;
  --font-size-s: 14px;
  --font-size-xl: 38px;
  --font-size-xxl: 48px;
 
  --font-family-roboto: "Roboto", Helvetica;
}
.header-1---roboto--48pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xxl);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
}

.roboto-bold-black-17px {
  color: var(--black);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}

.roboto-normal-black-17px {
  color: var(--text-000000);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

.roboto-normal-elephant-14px {
  color: var(--elephant);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-s);
  font-style: italic;
  font-weight: 400;
}

.roboto-light-black-38px {
  color: var(--black);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 300;
}

.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-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;
}

:root {
}
