/* Self-hosted Noto subsets, loaded on every locale page; the OS renders Latin
   from the system stack and these cover Oriya/Telugu/Devanagari glyphs. */
@font-face {
  font-family: 'Noto Sans Oriya';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/noto-sans-oriya-oriya-400-normal.woff2') format('woff2');
  unicode-range: U+0B00-0B7F;
}
@font-face {
  font-family: 'Noto Sans Telugu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/noto-sans-telugu-telugu-400-normal.woff2') format('woff2');
  unicode-range: U+0C00-0C7F;
}
@font-face {
  font-family: 'Noto Sans Devanagari';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/noto-sans-devanagari-devanagari-400-normal.woff2') format('woff2');
  unicode-range: U+0900-097F;
}
