/* Inter, self-hosted (D12: no CDN). One variable file covers 100–900, so the
   whole weight ramp costs a single request.

   Latin only by design — hi/gu/pa render in Devanagari, Gujarati and Gurmukhi
   and fall through to the platform's own fonts via --sc-font-sans. */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/vendor/inter/InterVariable.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/vendor/inter/InterVariable-Italic.woff2") format("woff2");
}

/* Inter's defaults leave gaps at display sizes and its lining figures do not
   align in tables. Both are opt-in features, not separate files. */
body {
  font-optical-sizing: auto;
  font-feature-settings: "cv05" 1, "cv11" 1;
}
