@tailwind base;
@tailwind components;
@tailwind utilities;

/* Dark by default */
:root { color-scheme: dark; }
html { scroll-behavior: smooth; }
.prose-invert a { text-decoration: underline; }
