/* Self-hosted fonts — byte-identical files to the previous third-party sources
   (Jost from Google Fonts, Othello MT Std from cdnfonts), now served from our own
   origin for speed. Rendering is unchanged; only the load path is faster.
   Jost is a variable font (wght 100-900) so one file covers every weight used. */

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/jost-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/jost-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Othello MT Std';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Othello MT Std'), url('/fonts/OthelloMTStdRegular.woff') format('woff');
}
