/*
 * Lokale Schriften – Burat & Klein Datentechnik
 * Ersetzt den Google Fonts Import in allen HTML-Seiten
 * Schriften liegen im /fonts/ Ordner
 */

/* ── IBM Plex Sans ── */

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/ibmplexsans-300.woff2') format('woff2'),
       url('../fonts/ibmplexsans-300.woff')  format('woff');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/ibmplexsans-400.woff2') format('woff2'),
       url('../fonts/ibmplexsans-400.woff')  format('woff');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/ibmplexsans-500.woff2') format('woff2'),
       url('../fonts/ibmplexsans-500.woff')  format('woff');
}

@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/ibmplexsans-600.woff2') format('woff2'),
       url('../fonts/ibmplexsans-600.woff')  format('woff');
}

/* ── Plus Jakarta Sans ── */

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/plusjakartasans-400.woff2') format('woff2'),
       url('../fonts/plusjakartasans-400.woff')  format('woff');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/plusjakartasans-600.woff2') format('woff2'),
       url('../fonts/plusjakartasans-600.woff')  format('woff');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/plusjakartasans-700.woff2') format('woff2'),
       url('../fonts/plusjakartasans-700.woff')  format('woff');
}
