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

/* =========================
GLOBAL
========================= */

html,
body {
    font-family: 'Questrial', sans-serif !important;
}

*,
*::before,
*::after{
    font-family: inherit !important;
}

/* العربية */

html:lang(ar),
body:lang(ar),
[dir="rtl"]{
    font-family:'Cairo',sans-serif !important;
    direction:rtl !important;
    text-align:right !important;
}

/* =========================
ZOHO ARTICLE STYLING
========================= */

/* Heading 1 = 24 */

.article-content h1,
.zc-content h1,
.zc-article h1{
    font-size:24px !important;
    font-weight:700 !important;
    line-height:1.4 !important;
    margin-top:30px !important;
    margin-bottom:15px !important;
}

/* Heading 3 = 14 */

.article-content h3,
.zc-content h3,
.zc-article h3{
    font-size:14px !important;
    font-weight:600 !important;
    line-height:1.6 !important;
    margin-bottom:15px !important;
}

/* النص العادي = 12 */

.article-content p,
.zc-content p,
.zc-article p{
    font-size:12px !important;
    line-height:1.8 !important;
}

/* Bullet points */

.article-content ul,
.zc-content ul,
.zc-article ul{
    padding-right:25px !important;
}

.article-content li,
.zc-content li,
.zc-article li{
    font-size:12px !important;
    line-height:1.8 !important;
    margin-bottom:8px !important;
}

/* FAQ */

.article-content .faq-question,
.zc-content .faq-question,
.zc-article .faq-question{
    display:list-item !important;
    font-size:12px !important;
    font-weight:700 !important;
}

.article-content .faq-answer,
.zc-content .faq-answer,
.zc-article .faq-answer{
    display:block !important;
    font-size:12px !important;
    margin-right:20px !important;
}

/* إزالة أحجام الخط المنسوخة من Claude */

*[style*="font-size"]{
    font-size:inherit !important;
}
