/* ============================================================
   Energiegenossenschaft Kappel — WBCE Template
   fonts.css — Local font registration
   ============================================================
   Lege deine .woff2 Dateien in /templates/kappel/fonts/ ab.
   Empfehlung (frei, Open Font License):
   - "Source Serif 4"  → SourceSerif4-Regular.woff2, -SemiBold.woff2, -Bold.woff2
   - "Inter"           → Inter-Regular.woff2, -Medium.woff2, -SemiBold.woff2

   Download: https://fonts.google.com/specimen/Source+Serif+4
             https://fonts.google.com/specimen/Inter
============================================================ */

@font-face {
  font-family: 'Kappel Serif';
  src: local('Source Serif 4'),
       local('Source Serif Pro'),
       url('fonts/SourceSerif4-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kappel Serif';
  src: local('Source Serif 4 SemiBold'),
       local('Source Serif Pro SemiBold'),
       url('fonts/SourceSerif4-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kappel Serif';
  src: local('Source Serif 4 Bold'),
       local('Source Serif Pro Bold'),
       url('fonts/SourceSerif4-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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