/* Inter Font - Lokal gehostet (DSGVO-konform) */
/* Optimiert: Nur WOFF2, nur benötigte Gewichte (400, 500, 600) */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/Inter_24pt-Regular.woff2') format('woff2'),
       url('/fonts/Inter_24pt-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/Inter_24pt-Medium.woff2') format('woff2'),
       url('/fonts/Inter_24pt-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/Inter_24pt-SemiBold.woff2') format('woff2'),
       url('/fonts/Inter_24pt-SemiBold.ttf') format('truetype');
}
