/* CRM custom styles layered on top of Tailwind.
 * Tailwind itself is loaded via the Play CDN in the layout for dev; this file
 * holds the few rules that aren't worth a utility class. */

:root {
    color-scheme: light dark;
}

/* Smooth the light/dark transition on the big surfaces. */
body,
header,
.bg-white,
.dark\:bg-slate-800 {
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
