
/* Custom overrides (keep minimal; Tailwind handles the rest) */
:root { --brand:#0f172a; --accent:#111827; }
::selection{ background:#111827; color:#fff; }
a{ text-decoration: none; }
a.underline:hover{ text-decoration: underline; }
