/* Inter Variable – Normal */
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter/Inter-Variable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Inter Variable – Italic */
@font-face {
  font-family: "Inter";
  src: url("/fonts/inter/Inter-Italic.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
