@font-face {
  font-family: 'Departure Mono';
  src: url('/fonts/DepartureMono-Regular.woff2') format('woff2'),
       url('/fonts/DepartureMono-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*
  Noto Sans Hebrew - Hebrew glyphs only. Single variable woff2 covering
  weights 100-900. unicode-range is pinned to the Hebrew block + adjacent
  marks/punctuation so the browser only downloads this file for Hebrew text;
  Latin glyphs fall through to Helvetica Neue / Open Sans via --font-body.
  woff2 URL is Google's stable gstatic content-addressed asset.
*/
@font-face {
  font-family: 'Noto Sans Hebrew';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  src: url('https://fonts.gstatic.com/s/notosanshebrew/v50/or30Q7v33eiDljA1IufXTtVf7V6RvEEdhQlk0LlGxCyaePiWTNzWNf72cWk.woff2') format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
