/* Persönliche Schneiderin — lokal gehostete Webfonts (DSGVO-konform)
 *
 * Quelle: google-webfonts-helper (woff2, latin-Subset)
 * Statt der externen Einbindung von fonts.googleapis.com → keine IP-Übertragung an Google.
 *
 * Einbinden in HTML (statt der bisherigen Google-Fonts-<link>-Tags):
 *   <link rel="stylesheet" href="fonts/fonts.css">       ← auf Top-Level
 *   <link rel="stylesheet" href="../fonts/fonts.css">    ← aus katalog/
 *   <link rel="stylesheet" href="../../fonts/fonts.css"> ← aus katalog/<slug>/
 */

/* ----- Work Sans ----- */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('work-sans-v24-latin-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('work-sans-v24-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('work-sans-v24-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('work-sans-v24-latin-600.woff2') format('woff2');
}

/* ----- Noto Serif ----- */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('noto-serif-v33-latin-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('noto-serif-v33-latin-300italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('noto-serif-v33-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('noto-serif-v33-latin-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('noto-serif-v33-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('noto-serif-v33-latin-700.woff2') format('woff2');
}
