/* ============================================================
   Weventis Webfonts (self-hosted, DSGVO-konform)
   ------------------------------------------------------------
   Files in: /public/fonts/
   Quelle: https://gwfh.mranftl.com/fonts
     - Boldonse v1, latin, regular
     - Poppins  v24, latin, weights 300/400/500/600/700/800
   Bei Font-Update neue Files runterladen und Version-Nummer
   hier anpassen.
   ============================================================ */

/* ----- Boldonse (Display) ----- */
@font-face {
  font-family: 'Boldonse';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/public/fonts/boldonse-v1-latin-regular.woff2') format('woff2');
}

/* ----- Poppins (Body / UI) ----- */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/public/fonts/poppins-v24-latin-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/public/fonts/poppins-v24-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/public/fonts/poppins-v24-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/public/fonts/poppins-v24-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/public/fonts/poppins-v24-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/public/fonts/poppins-v24-latin-800.woff2') format('woff2');
}
