/* Minimal base styles. Tailwind is loaded via CDN; this file satisfies references and allows custom overrides. */
:root { color-scheme: light; }
html, body, #root { height: 100%; }
body { margin: 0; font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, Noto Sans, "Apple Color Emoji", "Segoe UI Emoji"; }
