/* Vendored bitmap faces. These are ASSETS, not a shared design layer.
   Studies may load this file; they may not load each other's CSS.

   Silkscreen      - Jason Kottke, 1999-2001. SIL OFL 1.1.
   Departure Mono  - Helena Zhang, 2022-2024. SIL OFL 1.1.

   font-display is block, never swap. A bitmap face that falls back to a
   proportional serif does not degrade, it lies: the layout still renders,
   reports no error, and is wrong. Blocking makes the failure visible. */

@font-face {
  font-family: 'Silkscreen';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(silkscreen-400.woff2) format('woff2');
}
@font-face {
  font-family: 'Silkscreen';
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url(silkscreen-700.woff2) format('woff2');
}
@font-face {
  font-family: 'Departure Mono';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(departure-mono.woff2) format('woff2');
}
