:root { 
  --background-ffffff: #ffffff;
  --mountain-mist: #929292;
  --primary-a1c4fd: #24824a;
  --tertiary-f5d500: #59489f;
  --text-000000: #000000;
 
  --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-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;
}

.roboto-bold-black-17px {
  color: var(--text-000000);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
}

:root {
}
