:root { 
  --background: #ffffff;
  --primary: #0068ad;
  --secondary: #fdb940;
 
  --font-size-l: 45px;
  --font-size-m: 23px;
  --font-size-xl: 64px;
 
  --font-family-roboto: "Roboto", Helvetica;
}
.header-1--64pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
}

.header-3--23pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
}

.header-1-smaller--45pt {
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0px;
}

:root {
}
