/* Shared Open Sans variable font stylesheet.
   Host this CSS file in the same bucket or API prefix as the font files. */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url("./OpenSans-VariableFont_wdth,wght.ttf") format("truetype-variations");
}

@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300 800;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url("./OpenSans-Italic-VariableFont_wdth,wght.ttf") format("truetype-variations");
}