html.light {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    color: #1a1a1a;
}

.light body {
    background-color: #f9f9f9;
    color: #1a1a1a;
}

.light .bg-gray-900,
.light .bg-gray-800,
.light .bg-gray-950 {
    background-color: #ffffff !important;
}

.light .text-gray-100,
.light .text-gray-400,
.light .text-gray-500 {
    color: #1a1a1a !important;
}

.light .text-white {
    color: #1a1a1a !important;
}

.light .bg-blue-950 {
    background-color: #f0f0f5 !important;
}
