/* Self-hosted font stacks.
 * WICHTIG: Die tatsächlichen .woff2-Dateien müssen nachträglich in assets/fonts/
 * abgelegt werden. Details siehe README.md → Abschnitt "Schriften".
 * Der Theme funktioniert auch ohne die Dateien — dann wird auf die System-Fallbacks
 * ('system-ui', Georgia, monospace) zurückgefallen.
 */

@font-face {
  font-family: 'Inter Tight';
  src: url('InterTight-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('InterTight-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('InterTight-SemiBold.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('InterTight-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}

@font-face {
  font-family: 'IBM Plex Mono';
  src: url('IBMPlexMono-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('IBMPlexMono-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}

@font-face {
  font-family: 'Source Serif 4';
  src: url('SourceSerif4-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Source Serif 4';
  src: url('SourceSerif4-Italic.woff2') format('woff2');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Source Serif 4';
  src: url('SourceSerif4-SemiBold.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
