.dark\:bg-gray-900:is(.dark *) {
    background-color: rgb(2, 14, 34) !important;
}

.dark\:bg-gray-950:is(.dark *) {
    background-color: rgb(2, 19, 44) !important;
}

.bg-gray-900:is(.dark *) {
    background-color: rgb(2, 14, 34) !important;
}

.bg-gray-950:is(.dark *) {
    background-color: rgb(2, 19, 44) !important;
}
