@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

body { font-family: 'Montserrat', ui-sans-serif, system-ui, sans-serif; }

::-webkit-scrollbar { width: 4px; height: 4px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #8FD5F2; border-radius: 10px; }
::-webkit-scrollbar-thumb:hover { background: #5DBFE9; }

.tbl-sticky thead { position: sticky; top: 0; z-index: 10; }

tbody tr { transition: background 0.12s; }
