/*
 * Bornomala — Bengali script only.
 * unicode-range restricts this face to Bengali code points, so the browser
 * automatically falls back to Poppins for Latin/English text and only
 * engages Bornomala for Bangla characters. No script detection JS needed.
 */
@font-face {
    font-family: 'Bornomala';
    src: url('../fonts/Bornomala-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0980-09FF, U+200C, U+200D;
}

@font-face {
    font-family: 'Bornomala';
    src: url('../fonts/Bornomala-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0980-09FF, U+200C, U+200D;
}
