/* =========================================================
   LOKALE SCHRIFT-EINBINDUNG (DSGVO-konform)
   Diese Datei lädt Schriften aus dem lokalen fonts/-Ordner,
   sodass keine Verbindung zu Google-Servern aufgebaut wird.
   ========================================================= */

/* Cormorant Garamond — Regular 400 */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/cormorant-garamond-400.woff') format('woff');
}

/* Cormorant Garamond — Medium 500 */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/cormorant-garamond-500.woff') format('woff');
}

/* Cormorant Garamond — Semibold 600 */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/cormorant-garamond-600.woff') format('woff');
}

/* Cormorant Garamond — Italic 400 */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/cormorant-garamond-400italic.woff') format('woff');
}

/* Cormorant Garamond — Italic 500 */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/cormorant-garamond-500italic.woff') format('woff');
}

/* Manrope — Regular 400 */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/manrope-400.woff') format('woff');
}

/* Manrope — Medium 500 */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/manrope-500.woff') format('woff');
}

/* Manrope — Semibold 600 */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/manrope-600.woff') format('woff');
}
