/* Custom additions (Tailwind is loaded via CDN) */
:root { color-scheme: light; }
html.dark { color-scheme: dark; }
.container { max-width: 1200px; }
a { text-decoration: none; }
