@font-face {
    font-family: 'SutonnyOMJ';
    src: url('/admin_assets/fonts/SutonnyOMJ.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'SutonnyOMJ', sans-serif;
}

.custom-select option {
    color: rgb(93, 93, 134); /* Change this to your desired color */
}

.custom-image-size {
    height: 120px;
    width: 400px;
}

.left-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.normal-text-table th, .normal-text-table td {
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    font-family: 'SutonnyOMJ';
}

.mushak-header-top-right{
    font-weight: normal;
    font-size: 12px;
    font-family: 'SutonnyOMJ';
}

.mushak-header-top-center{
    font-size: 12px;
    font-family: 'SutonnyOMJ';
}

.mushak-title{
    font-weight: normal;
    font-size: 12px;
    font-family: 'SutonnyOMJ';
}

.mushak-footer{
    font-weight: normal;
    font-size: 10px;
    font-family: 'SutonnyOMJ';
}