/*
 * Lokal gehostete Google Fonts – DSGVO-konform
 * Keine externe Verbindung zu Google-Servern.
 *
 * INSTALLATION: Führe download-fonts.sh aus ODER lade die Dateien manuell
 * herunter (Links in download-fonts.sh) und lege sie in diesen Ordner.
 */

/* Montserrat 300 – Light */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('montserrat-300.ttf') format('truetype');
}

/* Montserrat 400 – Regular */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('montserrat-400.ttf') format('truetype');
}

/* Montserrat 600 – SemiBold */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('montserrat-600.ttf') format('truetype');
}

/* Playfair Display 600 – SemiBold */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('playfair-600.ttf') format('truetype');
}

/* Playfair Display 700 – Bold */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('playfair-700.ttf') format('truetype');
}

/* Playfair Display Italic 600 */
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('playfair-italic-600.ttf') format('truetype');
}
