/* Self-hosted Inter font (June 2026 performance bundle)
 * Replaces render-blocking https://fonts.googleapis.com request with a same-origin CSS
 * file that ships with the build. Result: -2 third-party connections, -200 to -400ms LCP,
 * and stricter CSP (no need for fonts.gstatic.com in font-src).
 *
 * Files in this directory (downloaded from Fontsource latin subset, weights 400/500/600/700):
 *   inter-v20-latin-400.woff2   (regular)
 *   inter-v20-latin-500.woff2   (medium)
 *   inter-v20-latin-600.woff2   (semibold)
 *   inter-v20-latin-700.woff2   (bold)
 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/inter-v20-latin-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/inter-v20-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/inter-v20-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/inter-v20-latin-700.woff2') format('woff2');
}
