/* ==========================================================================
   Lokale Google Fonts – EMAS Ingenieure Website
   Schriften: Libre Baskerville + PT Serif
   Gewichte: 400 (regular), 700 (bold), italic + normal
   Format: .woff2 (modern) + .woff (Fallback)
   ========================================================================== */

/* 1. Libre Baskerville – Regular 400 */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: url('libre-baskerville-v24-latin_latin-ext-regular.woff2') format('woff2'),
  font-display: swap;
}

/* 2. Libre Baskerville – Bold 700 */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  src: url('libre-baskerville-v24-latin_latin-ext-700.woff2') format('woff2'),
  font-display: swap;
}

/* 3. Libre Baskerville – Italic 400 */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  src: url('libre-baskerville-v24-latin_latin-ext-italic.woff2') format('woff2'),
  font-display: swap;
}

/* 4. PT Serif – Regular 400 */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: url('pt-serif-v19-latin_latin-ext-regular.woff2') format('woff2'),
  font-display: swap;
}

/* 5. PT Serif – Bold 700 */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: url('pt-serif-v19-latin_latin-ext-700.woff2') format('woff2'),
  font-display: swap;
}

/* 6. PT Serif – Italic 400 */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: url('pt-serif-v19-latin_latin-ext-italic.woff2') format('woff2'),
  font-display: swap;
}