/* Open Sans Variable */
@font-face {
  font-family: "Open Sans";
  src: url("OpenSans-VariableFont_wdthwght.ttf") format("truetype");
  font-weight: 100 900; /* variable weight range */
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

/* Roboto Variable */
@font-face {
  font-family: "Roboto";
  src: url("Roboto-VariableFont_wdthwght.ttf") format("truetype");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}
