/* small global tweaks on top of Tailwind/TW-Elements */
html { scroll-behavior: smooth; }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { background: #a3a3a3; border-radius: 8px; }
.dark ::-webkit-scrollbar-thumb { background: #525252; }
button { cursor: pointer; }
input, select, textarea { outline-color: #3b71ca; }
