/* ============================================================
   Self-hosted fonts (Google-Fonts substitutes for the licensed
   APPEM faces — Fraser / Söhne / Berkeley Mono).
   Variable woff2, latin subset. No external requests, CSP-safe.
   ============================================================ */

@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 300 900;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/source-serif-4.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 300 900;
  font-stretch: normal;
  font-display: swap;
  src: url('/fonts/source-serif-4-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/fonts/inter-tight.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/fonts/jetbrains-mono.woff2') format('woff2');
}
