/* Cleaned up styles.css to avoid conflicts with theme.scss */

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #0a0a0f;
}

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Ensure images are responsive */
img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Add any specific override utilities here if needed */