/* DSGVO-konforme lokale Fonts */

/* Open Sans - Latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../../fonts/opensans/OpenSans-Regular.woff2') format('woff2'),
       url('../../fonts/opensans/OpenSans-Regular.woff') format('woff'),
       url('../../fonts/opensans/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../../fonts/opensans/OpenSans-SemiBold.woff2') format('woff2'),
       url('../../fonts/opensans/OpenSans-SemiBold.woff') format('woff'),
       url('../../fonts/opensans/OpenSans-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../../fonts/opensans/OpenSans-Bold.woff2') format('woff2'),
       url('../../fonts/opensans/OpenSans-Bold.woff') format('woff'),
       url('../../fonts/opensans/OpenSans-Bold.ttf') format('truetype');
}

/* EB Garamond - Latin */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('EB Garamond Regular'), local('EBGaramond-Regular'),
       url('../../fonts/ebgaramond/EBGaramond-Regular.woff2') format('woff2'),
       url('../../fonts/ebgaramond/EBGaramond-Regular.woff') format('woff'),
       url('../../fonts/ebgaramond/EBGaramond-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local('EB Garamond Italic'), local('EBGaramond-Italic'),
       url('../../fonts/ebgaramond/EBGaramond-Italic.woff2') format('woff2'),
       url('../../fonts/ebgaramond/EBGaramond-Italic.woff') format('woff'),
       url('../../fonts/ebgaramond/EBGaramond-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('EB Garamond Medium'), local('EBGaramond-Medium'),
       url('../../fonts/ebgaramond/EBGaramond-Medium.woff2') format('woff2'),
       url('../../fonts/ebgaramond/EBGaramond-Medium.woff') format('woff'),
       url('../../fonts/ebgaramond/EBGaramond-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local('EB Garamond Medium Italic'), local('EBGaramond-MediumItalic'),
       url('../../fonts/ebgaramond/EBGaramond-MediumItalic.woff2') format('woff2'),
       url('../../fonts/ebgaramond/EBGaramond-MediumItalic.woff') format('woff'),
       url('../../fonts/ebgaramond/EBGaramond-MediumItalic.ttf') format('truetype');
}

/* Fallback für fehlende Varianten */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../../fonts/opensans/OpenSans-Light.woff2') format('woff2'),
       url('../../fonts/opensans/OpenSans-Light.woff') format('woff'),
       url('../../fonts/opensans/OpenSans-Light.ttf') format('truetype');
}