@font-face {
    font-family: 'SutonnyOMJ';
    src: url('font/SutonnyOMJ.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SutonnyMJ';
    src: url('font/SUTOM___0.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SUTOMB';
    src: url('font/SUTOMB__0.TTF') format('truetype');
    font-weight: bold;
    font-style: normal;
}


body {
    font-family: 'SutonnyOMJ', 'SutonnyMJ', Arial, sans-serif;
}


button, input{
  font-family: 'SutonnyOMJ', 'SutonnyMJ', Arial, sans-serif;
}