/* Generated per-script font bundle — served only to locales using the
   hebrew script (see fontScript in src/i18n.js + layouts/main.hbs).
   2026-09-04 (speed campaign step 5, docs/fonts.md): variable wght axis
   instanced to 400–900 (site uses 400–900 only; glyph set untouched) and
   unicode-range derived from the file's own cmap so a mixed-script page never
   pulls this file for Latin/other-script text. U+0000/000D/0020/00A0 are in
   the file but deliberately NOT listed (every font has them; listing them
   would make the range a no-op as a download gate). */
@font-face {
  font-family: "Noto Sans Hebrew";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("/fonts/noto-hebrew.woff2") format("woff2");
  unicode-range: U+002D, U+0307-0308, U+0591-05C7, U+05D0-05EA, U+05EF-05F4, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB36, U+FB38-FB3C, U+FB3E, U+FB40-FB41, U+FB43-FB44, U+FB46-FB4F;
}
:root {
  --font-display: "Noto Sans Hebrew", "Clash Display", "Clash Display Fallback Roboto", "Clash Display Fallback Arial", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --font-sans: "Noto Sans Hebrew", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
