/* Benefit Computers Custom Styles */

body {
    font-family: 'Inter', sans-serif;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #1e293b;
}
::-webkit-scrollbar-thumb {
    background: #10b981;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #059669;
}

/* Active and inactive tab classes for product catalog filter */
.active-tab {
    background-color: #10b981 !important;
    color: #0f172a !important;
}

.inactive-tab {
    background-color: #f1f5f9 !important;
    color: #475569 !important;
}

.inactive-tab:hover {
    background-color: #e2e8f0 !important;
}
