/* Self-hosted Inter (variable weight, latin subset) — replaces the Google
   Fonts request so the site makes zero third-party calls, honoring the
   "no third-party trackers" promise. One ~47KB file covers weights 100–900. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/inter-var.woff2') format('woff2');
}
