/* 
  Google Fonts - Lokal gehostet für DSGVO-Konformität
  Fonts: Playfair Display (400, 700), Nunito (400, 500, 600, 700)
  
  Diese Datei enthält @font-face Deklarationen für lokal gehostete Fonts.
  Dadurch werden keine Daten an Google übermittelt.
*/

/* Playfair Display - Regular (400) */
@font-face {
  font-family: 'Playfair Display';
  src: url('/fonts/playfair-display-400.woff2') format('woff2'),
       url('/fonts/playfair-display-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Playfair Display - Bold (700) */
@font-face {
  font-family: 'Playfair Display';
  src: url('/fonts/playfair-display-700.woff2') format('woff2'),
       url('/fonts/playfair-display-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Nunito - Regular (400) */
@font-face {
  font-family: 'Nunito';
  src: url('/fonts/nunito-400.woff2') format('woff2'),
       url('/fonts/nunito-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Nunito - Medium (500) */
@font-face {
  font-family: 'Nunito';
  src: url('/fonts/nunito-500.woff2') format('woff2'),
       url('/fonts/nunito-500.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Nunito - Semibold (600) */
@font-face {
  font-family: 'Nunito';
  src: url('/fonts/nunito-600.woff2') format('woff2'),
       url('/fonts/nunito-600.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Nunito - Bold (700) */
@font-face {
  font-family: 'Nunito';
  src: url('/fonts/nunito-700.woff2') format('woff2'),
       url('/fonts/nunito-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
