/* Inclding bnClassic Fonts */
@font-face {
    font-family: 'ToshibaFont';
    src: url('ToshibaFont.eot');
    src: url('ToshibaFont.eot?#iefix') format('embedded-opentype'),
        url('ToshibaFont.woff2') format('woff2'),
        url('ToshibaFont.woff') format('woff'),
        url('ToshibaFont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Importing unicode font */
@font-face {
    font-family: 'Kalpurush';
    src: url('Kalpurush.eot');
    src: url('Kalpurush.eot?#iefix') format('embedded-opentype'),
        url('Kalpurush.woff2') format('woff2'),
        url('Kalpurush.woff') format('woff'),
        url('Kalpurush.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'SulSym';
    src: url('SulSym.woff2') format('woff2'),
        url('SulSym.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




/*---------Fonts--------------*/
.unicode{font-family: 'Kalpurush', Arial, sans-serif !important;}
.bn-clasic{font-family: 'ToshibaFont' !important;}
.bn-classic{font-family: 'ToshibaFont' !important;}
.en{font-family: Arial, Helvetica, sans-serif !important;}
.bn{font-family: 'Kalpurush', Arial, sans-serif !important;}
span{font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important}
.bn-round{font-family: 'SulSym', 'ToshibaFont' !important;}
