/* Selbst gehostete Schriftart "Inter" statt Google Fonts CDN (DSGVO-Fix
   2026-08-03) - eine Variable-Font-Datei deckt die Gewichte 300-600 ab,
   siehe fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600
   (Referenz, wird nicht mehr live geladen). */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('../fonts/Inter-variable.woff2') format('woff2');
}
