/* Local Inter font-face declarations. Place the corresponding .woff2 files under /public/fonts/inter/ */

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

/* Italic variable font (optional but recommended for proper italics rendering) */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/inter/Inter-italic.var.woff2") format("woff2");
}



