body {
  font-family: 'Inter', sans-serif;
  background-color: #0f172a; /* Slate 900 */
  color: #f8fafc;
  overflow-x: hidden;
}
/* Custom scrollbar for webkit */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #1e293b;
}
::-webkit-scrollbar-thumb {
  background: #475569;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #64748b;
}