@import "https://cdn.jsdelivr.net/npm/daisyui@5";

/* Undo the app's global dark-mode resets so DaisyUI's light theme wins */
/* I don't like this solution but as long as it works */
:root { color-scheme: light; }
body { background: revert; color: revert; font-family: revert; }