@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

html {
  font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
}

:focus-visible {
  outline: 2px solid #16a34a;
  outline-offset: 2px;
}

/* Thin scrollbars for tables and sidebar */
.thin-scroll::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.thin-scroll::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 8px;
}
.thin-scroll::-webkit-scrollbar-track {
  background: transparent;
}
