/* Hindi locale fonts — Noto Sans Devanagari
 * License: SIL Open Font License 1.1 (Google Fonts)
 * Source: https://fonts.google.com/noto/specimen/Noto+Sans+Devanagari
 */

@font-face {
  font-family: "Noto Sans Devanagari";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/noto-sans-devanagari-script.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;
}

@font-face {
  font-family: "Noto Sans Devanagari Fallback";
  src: local("Arial");
  ascent-override: 100.54%;
  descent-override: 27.56%;
  line-gap-override: 0%;
  size-adjust: 106.33%;
}

:root {
  --font-body-hi: "Noto Sans Devanagari", "Noto Sans Devanagari Fallback", system-ui, sans-serif;
}
