/* ==========================================================================
   Reynle – Lokale Schriftarten (Self-Hosted)
   Ersetzt die externe Einbindung via fonts.googleapis.com
   ========================================================================== */

/* Outfit 300 (Light) */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  src: url('outfit-v15-latin_latin-ext-300.woff2') format('woff2');
}

/* Outfit 400 (Regular) */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('outfit-v15-latin_latin-ext-regular.woff2') format('woff2');
}

/* Outfit 500 (Medium) */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('outfit-v15-latin_latin-ext-500.woff2') format('woff2');
}

/* Outfit 600 (SemiBold) */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('outfit-v15-latin_latin-ext-600.woff2') format('woff2');
}

/* Outfit 700 (Bold) */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('outfit-v15-latin_latin-ext-700.woff2') format('woff2');
}

/* DM Serif Display 400 (Regular) */
@font-face {
  font-display: swap;
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  src: url('dm-serif-display-v17-latin_latin-ext-regular.woff2') format('woff2');
}

/* DM Serif Display 400 Italic */
@font-face {
  font-display: swap;
  font-family: 'DM Serif Display';
  font-style: italic;
  font-weight: 400;
  src: url('dm-serif-display-v17-latin_latin-ext-italic.woff2') format('woff2');
}
