
/* Minimal custom styles; rely on Tailwind for most */
:root { --brand:#ff7f30; --accent:#ffde59; }
::selection { background: var(--accent); color:#1a1a1a; }
img { color: transparent; }
