@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900&display=swap');

/* Apply Cairo font globally */
* {
    font-family: 'Cairo', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* Button improvements */
.fi-btn {
    font-weight: 500 !important;
}

/* Badge improvements */
.fi-badge {
    font-weight: 500 !important;
}

/* Stats widget improvements */
.fi-wi-stats-overview-stat {
    text-align: center !important;
}

/* Brand name styling */
.fi-logo {
    font-weight: 700 !important;
    font-size: 1.2rem !important;
}

/* Improve line height for Arabic text */
.fi-section-header-heading,
.fi-section-content,
.fi-ta-text {
    line-height: 1.8 !important;
}

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

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

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