/* Noto Serif Bengali - Self-hosted */

@font-face {
    font-family: 'Noto Serif Bengali';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./static/NotoSerifBengali-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Serif Bengali';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./static/NotoSerifBengali-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Serif Bengali';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./static/NotoSerifBengali-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Serif Bengali';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./static/NotoSerifBengali-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Serif Bengali';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('./static/NotoSerifBengali-Black.ttf') format('truetype');
}
