/* Self-hosted Inter (variable, latin subset) — replaces the render-blocking
   Google Fonts request. One woff2 covers weights 400-700 via the wght axis.
   font-display:swap so text paints immediately in the system fallback and
   swaps to Inter when the font arrives (no invisible-text / FOIT). */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/inter-latin.woff2") format("woff2");
}
