/* ========================================================================
 * DTP Kleiner — Lokal eingebundene Webfonts (DSGVO-konform, kein CDN)
 * Manrope v20  · Instrument Serif v5
 * Charsets: latin + latin-ext
 * Quelle:   google-webfonts-helper (gwfh.mranftl.com)
 * ======================================================================== */

/* ============ MANROPE ============ */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('../fonts/manrope-200.woff2') format('woff2'),
       url('../fonts/manrope-200.woff')  format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/manrope-300.woff2') format('woff2'),
       url('../fonts/manrope-300.woff')  format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/manrope-400.woff2') format('woff2'),
       url('../fonts/manrope-400.woff')  format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/manrope-500.woff2') format('woff2'),
       url('../fonts/manrope-500.woff')  format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/manrope-600.woff2') format('woff2'),
       url('../fonts/manrope-600.woff')  format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/manrope-700.woff2') format('woff2'),
       url('../fonts/manrope-700.woff')  format('woff');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/manrope-800.woff2') format('woff2'),
       url('../fonts/manrope-800.woff')  format('woff');
}

/* ============ INSTRUMENT SERIF ============ */
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-400.woff2') format('woff2'),
       url('../fonts/instrument-serif-400.woff')  format('woff');
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-400-italic.woff2') format('woff2'),
       url('../fonts/instrument-serif-400-italic.woff')  format('woff');
}
