/* Bengali letters → NotoSansBengali-Regular.ttf */
@font-face {
    font-family: 'Noto Sans Bengali';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/NotoSansBengali-Regular.ttf') format('truetype');
    unicode-range: U+0980-09FF, U+09FE, U+0964-0965;
}

/* English, numbers, symbols → NotoSans-Regular.ttf */
@font-face {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
    unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.chalan-sheet,
.chalan-sheet *,
.print-sheet,
.print-sheet *,
.edit-grid-page,
.edit-grid-page * {
    font-family: 'Noto Sans Bengali', 'Noto Sans', sans-serif !important;
    font-size: 18px !important;
    font-variant-ligatures: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
