/* Zusätzliche Feinheiten zusätzlich zu Tailwind */
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }

/* Etwas weicheres Selection-Highlight */
::selection { background: #2563EB; color: #fff; }

/* Custom Scrollbar (dezent) */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }
