body {
  font-family: "Inter", sans-serif;
  background-color: #1a202c;
  /* Dark background */
  color: #e2e8f0;
  /* Light text color */
}

/* Custom scrollbar for better aesthetics */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #2d3748;
}

::-webkit-scrollbar-thumb {
  background: #4a5568;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #718096;
}
