@font-face {
  font-family: "Mona Sans VF";
  src: 
    url("/webfonts/MonaSans/MonaSansVF[wdth,wght,opsz].woff2") format("woff2 supports variations"),
    url("/webfonts/MonaSans/MonaSansVF[wdth,wght,opsz].woff2") format("woff2-variations");
  font-weight: 200 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-optical-sizing: auto;
}

@font-face {
  font-family: "Mona Sans VF";
  src: 
    url("/webfonts/MonaSans/MonaSansVF[wdth,wght,opsz,ital].woff2") format("woff2 supports variations"),
    url("/webfonts/MonaSans/MonaSansVF[wdth,wght,opsz,ital].woff2") format("woff2-variations");
  font-weight: 200 900;
  font-stretch: 75% 125%;
  font-style: italic;
  font-optical-sizing: auto;
}
