/* استيراد خط Noto Kufi Arabic من Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap');

/* تطبيق الخط على جميع عناصر الموقع */
* {
    font-family: 'Noto Kufi Arabic', 'Tahoma', 'Arial', sans-serif;
}

/* تطبيق الخط على العناوين بشكل خاص */
h1, h2, h3, h4, h5, h6,
.pkp_heading, .page-header, .article-title,
.title, .section-title {
    font-family: 'Noto Kufi Arabic', 'Tahoma', 'Arial', sans-serif;
    font-weight: 700; /* جعل العناوين أكثر وضوحاً */
}

/* تطبيق الخط على النصوص الأساسية */
body, p, span, div, a, li, .article-summary,
.article-details, .author-details, .description,
.about-section, .editorial-team, .submission-content {
    font-family: 'Noto Kufi Arabic', 'Tahoma', 'Arial', sans-serif;
    font-weight: 400; /* وزن عادي للنصوص */
}

/* تحسين مظهر النصوص العربية في القوائم والجداول */
.navbar, .menu, .sidebar, .table, .form-control,
input, textarea, select, button, .btn {
    font-family: 'Noto Kufi Arabic', 'Tahoma', 'Arial', sans-serif;
}

/* تحسين مظهر الأرقام في المحتوى العربي */
.article-metrics, .citation, .page-numbers,
.stats, .counter, .issue-details {
    font-family: 'Noto Kufi Arabic', 'Tahoma', 'Arial', sans-serif;
}

/* تطبيق الخط على جميع عناصر واجهة OJS */
.pkp_structure_content, .pkp_structure_head, .pkp_structure_footer,
.obj_article_details, .obj_issue_toc, .obj_galley_link {
    font-family: 'Noto Kufi Arabic', 'Tahoma', 'Arial', sans-serif;
}