/* Inter Variable Font - supports weights 100-900 */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src:
    url("./InterS.woff2") format("woff2-variations"),
    url("./InterS.woff2") format("woff2");
  font-feature-settings:
    "calt" 1,
    "dlig" 1,
    "case" 1,
    "ccmp" 1,
    "tnum" 1,
    "ss01" 1,
    "cv05" 1,
    "cv08" 1,
    "cv11" 1;
}

/* Inter Variable Font - Italic (optional) */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src:
    url("./InterI.woff2") format("woff2-variations"),
    url("./InterI.woff2") format("woff2");
  font-feature-settings:
    "calt" 1,
    "dlig" 1,
    "case" 1,
    "ccmp" 1,
    "tnum" 1,
    "ss01" 1,
    "cv05" 1,
    "cv08" 1,
    "cv11" 1;
}
