/* Source Sans 3 — selbst gehostet (SIL OFL), ersetzt Google Fonts (DSGVO:
   keine IP-Übermittlung an Google). Subsets latin + latin-ext (Umlaute,
   internationale Ortsnamen wie Kraków/İstanbul). Quelle: gwfh v19. */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/source-sans-3-v19-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/source-sans-3-v19-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/source-sans-3-v19-latin_latin-ext-700.woff2') format('woff2');
}
