/* small overrides on top of Tailwind CDN */
html { scroll-behavior: smooth; }
.tabular { font-variant-numeric: tabular-nums; }
.fade-in { animation: fade .4s ease both; }
@keyframes fade { from { opacity:0; transform: translateY(4px);} to {opacity:1; transform:none;} }
::-webkit-scrollbar { height:8px; width:8px; }
::-webkit-scrollbar-thumb { background:#27272a; border-radius:9999px; }
