/* Noto Sans Devanagari — self-hosted, devanagari subset only (latin glyphs in
   the Hindi lines come from Archivo via the fallback stack). One variable file
   carries the whole 100–900 weight axis; the handbook uses 400.
   Source: Google Fonts, SIL Open Font License 1.1. */

@font-face {
  font-family: 'Noto Sans Devanagari';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('./noto-devanagari.woff2') format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}
