/**
 * fonts.css
 * Lokal gehostete Schriftarten (EB Garamond, Architects Daughter),
 * ersetzt die bisherige direkte Einbindung von fonts.googleapis.com.
 *
 * Grund: Beim direkten Laden von Google Fonts wird die IP-Adresse
 * jedes Besuchers automatisch an Google (USA) übertragen - das
 * LG München hat dies 2022 rechtskräftig als DSGVO-Verstoß
 * eingestuft (Az. 3 O 17493/20). Durch lokales Hosten entfällt jede
 * Verbindung zu Google-Servern beim Laden der Schrift.
 */

@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/eb-garamond-v33-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/eb-garamond-v33-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/eb-garamond-v33-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/eb-garamond-v33-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/eb-garamond-v33-latin-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/eb-garamond-v33-latin-700italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Architects Daughter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/architects-daughter-v20-latin-regular.woff2') format('woff2');
}
