@font-face {
    font-family: 'Noto Sans Devanagari';
    src: url('/fonts/NotoSansDevanagari-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Devanagari';
    src: url('/fonts/NotoSansDevanagari-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:where(.devanagari, .hindi, .sanskrit, [lang='hi'], [lang='sa']) {
    font-family: 'Noto Sans Devanagari', 'Noto Sans', 'Segoe UI', sans-serif;
    line-height: 1.65;
}

:where(.devanagari, .hindi, .sanskrit, [lang='hi'], [lang='sa']) :where(h1, h2, h3, h4, h5, h6, strong, b) {
    font-family: 'Noto Sans Devanagari', 'Noto Sans', 'Segoe UI', sans-serif;
    font-weight: 700;
}