/* Custom CSS overrides */

.text-gray-800 {
    color: white !important;
    --bs-text-opacity: 1;
}

/* Make sure the text is visible in dark mode */
[data-bs-theme="dark"] .text-gray-800 {
    color: white !important;
}
