/**
 * Inter Variable Font - Lokal gehostet
 *
 * Variable Font mit allen Weights (100-900) in einer Datei
 * Vorteile:
 * - DSGVO-konform (keine externen Requests)
 * - Offline verfügbar
 * - Bessere Performance (keine DNS-Lookups, keine Latenz)
 * - Eine Datei statt vieler einzelner Font-Files
 *
 * Source: https://github.com/rsms/inter
 * Version: 4.1
 * Format: WOFF2 (beste Kompression)
 */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/InterVariable.woff2') format('woff2-variations');
  font-named-instance: 'Regular';
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/InterVariable-Italic.woff2') format('woff2-variations');
  font-named-instance: 'Italic';
}
