/* Codary Quiz — minimal extra styles (Tailwind handles most of it) */
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { background: #475569; border-radius: 4px; }
::-webkit-scrollbar-track { background: transparent; }
