/* Plus Jakarta Sans - loaded via Google Fonts CDN (see styles.blade.php) */
/* Local @font-face declarations removed to fix 404 errors on missing woff2 files */

html,
body {
    font-family: 'Plus Jakarta Sans', 'Inter', system-ui, -apple-system, sans-serif !important;
}

.active-item {
    background-color: #ffffff !important;
}

.inactive-item {
    background-color: #e6e6e6 !important;
    border-bottom: 1px solid rgb(196, 196, 196) !important;
}
