/* Lokal gehostete Fonts — DSGVO-konform, keine Verbindung zu Google-Servern.
   Schriftdateien liegen unter /fonts/ (woff2). */

/* ===== Bebas Neue (Regular 400) ===== */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/bebas-neue-400.woff2') format('woff2');
}

/* ===== DM Sans (300 / 400 / 500 / 600) ===== */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/dm-sans-300.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/dm-sans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/dm-sans-500.woff2') format('woff2');
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/dm-sans-600.woff2') format('woff2');
}

/* ===== Oswald (Medium 500, SemiBold 600) =====
   Wird in den Blog-Artikeln fuer Zwischenueberschriften genutzt
   (.bap-card h3, .bap-step h3). Bis Juli 2026 wurde die Schrift dort von
   fonts.googleapis.com geladen — dabei ging die IP-Adresse jedes Besuchers
   an Google. Jetzt liegt sie wie alle anderen lokal. Lizenz: SIL OFL 1.1
   (siehe /fonts/OFL-Oswald.txt). */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/oswald-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/oswald-600.woff2') format('woff2');
}
