body {
    background-color: skyblue;
}


/* Global small overrides for dark mode contrast (dashboard) */
/* Keep light mode untouched; only lift low-contrast grays in dark */
.dark .text-gray-600 { color: rgb(156 163 175) !important; } /* gray-400 */
.dark .text-gray-500 { color: rgb(156 163 175) !important; } /* raise to gray-400 */
