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

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

body, .nav-main, .content, h1, h2, h3, h4, h5, h6, p, label, input, select, textarea, button, table {
    font-family: 'Noto Sans Bengali', sans-serif !important;
}
