/*
 * Fonts - self-hosted Inter variable font
 *
 * Eén bestand voor alle weights (400-800).
 * Vervangt de externe Google Fonts CDN voor:
 * - Snelheid (geen externe DNS / TLS)
 * - Privacy / GDPR (geen tracking via fonts.googleapis.com)
 */

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/inter/Inter-latin-var.woff2') format('woff2-variations'),
       url('../fonts/inter/Inter-latin-var.woff2') format('woff2');
}
