/* Local Bengali fonts — no Google Fonts CDN */
@font-face {
    font-family: 'Noto Sans Bengali';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/noto-bengali-400.woff2') format('woff2');
    unicode-range: U+0980-09FF, U+0020-007E;
}
@font-face {
    font-family: 'Noto Sans Bengali';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/noto-bengali-500.woff2') format('woff2');
    unicode-range: U+0980-09FF, U+0020-007E;
}
@font-face {
    font-family: 'Noto Sans Bengali';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/noto-bengali-600.woff2') format('woff2');
    unicode-range: U+0980-09FF, U+0020-007E;
}
@font-face {
    font-family: 'Noto Sans Bengali';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/noto-bengali-700.woff2') format('woff2');
    unicode-range: U+0980-09FF, U+0020-007E;
}
@font-face {
    font-family: 'Noto Serif Bengali';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/noto-bengali-700.woff2') format('woff2');
    unicode-range: U+0980-09FF, U+0020-007E;
}
