@font-face {
  font-family: "MyInter";
  src: url("../font/inter/Inter-VariableFont_opsz\,wght.ttf")
    format("woff2-variations");

  font-weight: 100 900;

  font-style: normal;
}

@font-face {
  font-family: "MyInter";
  src: url("../font/inter/Inter-Italic-VariableFont_opsz\,wght.ttf")
    format("woff2-variations");

  font-weight: 100 900;

  font-style: italic;
}
