/* Typography Styles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.hero-title {
    font-weight: 800;
}

.section-title {
    font-weight: 700;
}

.card-title {
    font-weight: 600;
}

.nav-link {
    font-weight: 500;
}

.btn {
    font-weight: 500;
    letter-spacing: 0.2px;
}

.footer-title {
    font-weight: 600;
}

.stat-value {
    font-weight: 700;
}

.stat-label {
    font-weight: 500;
}

.form-label {
    font-weight: 500;
}

.dropdown-item {
    font-weight: 500;
}

/* Arabic Text Optimization */
.text-arabic {
    letter-spacing: 0;
    line-height: 1.6;
}

/* Font Weight Utilities */
.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-extrabold {
    font-weight: 800 !important;
}

/* Font Size Optimization for Arabic */
@media (max-width: 768px) {
    h1, .h1 {
        font-size: calc(1.375rem + 1.5vw);
    }
    h2, .h2 {
        font-size: calc(1.325rem + 0.9vw);
    }
    h3, .h3 {
        font-size: calc(1.3rem + 0.6vw);
    }
}