.table {
    color: black !important;
    font-weight: 500;
}

body {
    color: black !important;
    font-weight: 500;
}

.table .table-light {
    color: #ffffff;
}

.table>thead {
    background-color: #1a4eb6;
    color: white;
}

.table-light {
    --bs-table-bg: #1a4eb6;
    --color: white;
}