/**
 * Noto Sans Bengali Variable Font System
 * First-Party Self-Hosted Font
 */

@font-face {
    font-family: 'Noto Sans Bengali';
    src: url('fonts/NotoSansBengali-VariableFont_wdth,wght.ttf') format('truetype-variations'),
         url('fonts/NotoSansBengali-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Bengali';
    src: url('fonts/NotoSansBengali-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Bengali';
    src: url('fonts/NotoSansBengali-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Bengali';
    src: url('fonts/NotoSansBengali-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Bengali';
    src: url('fonts/NotoSansBengali-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Bengali';
    src: url('fonts/NotoSansBengali-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Bengali';
    src: url('fonts/NotoSansBengali-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Bengali';
    src: url('fonts/NotoSansBengali-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-primary: 'Noto Sans Bengali', sans-serif;
    --font-bengali: 'Noto Sans Bengali', sans-serif;
}

html, body {
    font-family: 'Noto Sans Bengali', sans-serif;
}

input, button, select, textarea, optgroup, table, th, td, h1, h2, h3, h4, h5, h6, .form-control, .btn, .editor-area, .article-content {
    font-family: 'Noto Sans Bengali', sans-serif;
}
