/* Self-hosted Silkscreen (Google Fonts, OFL licensed) — replaces the
   fonts.googleapis.com stylesheet so no visitor data reaches Google and
   the ImmuniWeb SRI/third-party findings go away. Files live in
   /assets/fonts/, latin subset only (matches the site's content). */
@font-face {
  font-family: 'Silkscreen';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/silkscreen-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Silkscreen';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/silkscreen-700.woff2') format('woff2');
}
