/* ──────────────────────────────────────────────────────────────
   Lokal gehostete Schriften — DSGVO-konform, keine Google-Server.
   DM Sans & JetBrains Mono stehen unter der SIL Open Font License.
   ────────────────────────────────────────────────────────────── */

/* DM Sans — Variable Font, deckt Gewicht 400–700 in einer Datei ab */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('/fonts/DMSans.woff2') format('woff2');
}

/* JetBrains Mono — Regular (400) */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/JetBrainsMono-Regular.woff2') format('woff2');
}

/* JetBrains Mono — Medium (500) */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/JetBrainsMono-Medium.woff2') format('woff2');
}
