/* ne/ only — Devanagari font support for Nepali pages.
   Loaded after ../assets/premium.css and /assets/editorial.css so these
   overrides win on equal specificity. Does not modify shared site CSS. */
:root{
  --serif:"Noto Serif Devanagari","Shippori Mincho B1","Hiragino Mincho ProN",serif;
  --serif-en:"Noto Serif Devanagari","Cormorant Garamond",serif;
  --serif-body:"Noto Serif Devanagari","Noto Serif JP","Hiragino Mincho ProN",serif;
  --sans:"Noto Sans Devanagari","Inter","Noto Sans JP",system-ui,sans-serif;
}
/* Devanagari matras need more vertical room than the Latin/Kanji values
   these headings were tuned for — nudge up just the tight ones. */
body.editorial{line-height:1.9}
.hero h1,.page-hero h1{line-height:1.5}
.stat .num{line-height:1.3}
.ally .nm{line-height:1.3}
.message blockquote{line-height:1.8}
.prose .sign-name{line-height:1.4}
