/**
 * Roboto Mono Font - Lokal gehostet für DSGVO-Konformität
 *
 * Verwendet im Tech Template (Monospace-Schriftart).
 * KEINE Google-Server-Requests: alle Dateien liegen unter /fonts/roboto-mono/.
 *
 * Lizenz: Apache License 2.0 (siehe /fonts/roboto-mono/README.md)
 * Für den PDF-Export sind die TTF-Varianten zusätzlich im PDF-Worker
 * eingebacken (worker/fonts/RobotoMono-*.ttf) — siehe
 * docs/technical/PDF_FONT_MANAGEMENT.md.
 */

@font-face {
  font-family: "Roboto Mono";
  src: url("/fonts/roboto-mono/RobotoMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Mono";
  src: url("/fonts/roboto-mono/RobotoMono-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Mono";
  src: url("/fonts/roboto-mono/RobotoMono-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Mono";
  src: url("/fonts/roboto-mono/RobotoMono-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Mono";
  src: url("/fonts/roboto-mono/RobotoMono-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
