/* Local Inter variable fonts
   Source: assets/fonts/Inter/
   License: SIL Open Font License (see assets/fonts/Inter/OFL.txt)
*/

@font-face {
  font-family: "Inter";
  src:
    url("../fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src:
    url("../fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Nothing else required here. The theme already uses:
   --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", ...
   in assets/css/theme.css. After enqueuing this file before theme.css, the site will use local Inter. */
