/* Global custom styles that go beyond Tailwind utilities */

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

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 8px;
}

.card {
  @apply bg-white rounded-xl shadow-sm border border-gray-100 p-5;
}
