/* HOLMES IV — self-hosted fonts
   Files live in public/fonts/ — fetch them via scripts/fetch-fonts.sh.
   Latin subset only; no CDN dependency at runtime. */

@font-face {
  font-family: 'VT323';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('fonts/vt323-regular.woff2') format('woff2'),
       url('fonts/vt323-regular.ttf')   format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url('fonts/plex-mono-300.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('fonts/plex-mono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url('fonts/plex-mono-500.woff2') format('woff2');
}
