/* Selection */
::selection { background: rgb(244 244 245); color: rgb(9 9 11); }

/* Custom scrollbar */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: rgb(24 24 27); }
::-webkit-scrollbar-thumb { background: rgb(63 63 70); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: rgb(82 82 91); }

/* Subtle accent for monospace numbers */
.font-mono { font-variant-numeric: tabular-nums; }
