/* كل النصوص العادية */
body, p, li {
    font-family: 'Cairo', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #000 !important;
}

/* العناوين H1 – H6 */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Cairo', sans-serif !important;
    color: #000 !important;
    line-height: 1.3 !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

/* أحجام العناوين حسب المستوى */
h1 { font-size: 28px !important; font-weight: 700 !important; }
h2 { font-size: 22px !important; font-weight: 600 !important; }
h3 { font-size: 18px !important; font-weight: 600 !important; }
h4 { font-size: 16px !important; font-weight: 500 !important; }
h5 { font-size: 15px !important; font-weight: 500 !important; }
h6 { font-size: 14px !important; font-weight: 500 !important; }
}