.font-poppins {
    font-family: "Poppins", sans-serif;
}

.font-solaiman {
    font-family: "SolaimanLipi", Poppins, sans-serif;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.table-ui tbody tr td:nth-child(2) {
    /*font-family: "SolaimanLipi", sans-serif;*/
    font-size: 14px;
}