/*
 * LOKALE SCHRIFTEN – Peggy Vetter
 *
 * Diese Datei wird von font-install.php automatisch befüllt.
 * Bitte font-install.php einmalig auf dem Server ausführen.
 *
 * Bis dahin: Fallback auf ähnliche System-/Web-Safe-Schriften.
 */

/* Cormorant Garamond – Fallback auf Garamond / Georgia */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Garamond'), local('Georgia'), local('Times New Roman');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Garamond'), local('Georgia'), local('Times New Roman');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: local('Garamond Italic'), local('Georgia Italic'), local('Times New Roman Italic');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('Garamond Italic'), local('Georgia Italic'), local('Times New Roman Italic');
}

/* Jost – Fallback auf Calibri / Helvetica */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Calibri Light'), local('Helvetica Neue'), local('Arial');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Calibri'), local('Helvetica Neue'), local('Arial');
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Calibri'), local('Helvetica Neue Medium'), local('Arial');
}
