/* Inter Variable Font - Lokale versie met performance optimalisaties */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap; /* Zorgt voor instant fallback font rendering */
  src: url('./inter-var.woff2') format('woff2-variations');
  font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
}

/* Fallback voor oudere browsers */
@font-face {
  font-family: 'Inter Fallback';
  font-style: normal;
  font-weight: 100 900;
  src: local('system-ui'), local('-apple-system'), local('BlinkMacSystemFont'), local('Segoe UI'), local('Roboto'), local('Arial'), local('sans-serif');
  ascent-override: 90.20%;
  descent-override: 22.48%;
  line-gap-override: 0.00%;
}
