@font-face {
  font-family: "Open Sans";
  font-stretch: 100%; /* Note that font-stretch is a % of normal width */
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300 400 600 800;
  src: url("WebFonts/OpenSans-VariableFont_wdth,wght.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  font-stretch: 100%; /* Note that font-stretch is a % of normal width */
  font-optical-sizing: auto;
  font-style: italic; /* See note below */
  font-weight: 300 400 600 800;
  src: url("WebFonts/OpenSans-Italic-VariableFont_wdth,wght.woff2")
    format("woff2");
  font-display: swap;
}
