/* Custom CSS for INGREJI শিখি - Phantom Theme */

body {
    font-family: 'Inter', sans-serif;
    background-color: #1B1C20; /* Phantom Dark */
    color: #D1D3CF; /* Phantom Light Gray */
}

/* Custom scrollbar for sidebar */
.sidebar-scroll::-webkit-scrollbar {
    width: 8px;
}
.sidebar-scroll::-webkit-scrollbar-track {
    background: #2C2D30; /* Phantom Light Dark */
    border-radius: 10px;
}
.sidebar-scroll::-webkit-scrollbar-thumb {
    background: #663399; /* Phantom Purple */
    border-radius: 10px;
}
.sidebar-scroll::-webkit-scrollbar-thumb:hover {
    background: #552288; /* Darker purple on hover */
}

/* General button styling for consistency if not handled by Tailwind */
button {
    cursor: pointer;
}
