/* Optimized — webfonts.
   Brand sans swapped from the Founders Grotesk trial cut to Inter
   (SIL OFL, self-hosted variable font in /fonts) for license-clean public hosting.
   Geist Mono remains CDN-loaded (no local files provided). */

@import url("https://fonts.googleapis.com/css2?family=Geist+Mono:wght@400;500&display=swap");

@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin-wght-normal.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-latin-wght-italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
