/* الخط الأساسي للموقع */
body,
.pkp_structure_page,
.pkp_page_index,
.pkp_page_article,
.pkp_block,
.pkp_navigation_primary,
.pkp_navigation_user,
.pkp_footer_content,
.obj_article_summary .title,
.obj_article_details .main_entry,
.obj_article_details .item,
.page_title,
.pkp_block .title,
input, textarea, select, button {
  font-family: "Tajawal", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}

/* العناوين الرئيسية */
h1 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

h5 {
  font-size: 16px;
  font-weight: 600;
}

h6 {
  font-size: 14px;
  font-weight: 600;
}

/* عنوان المقال */
.obj_article_summary .title,
.obj_article_details .main_entry h1 {
  font-size: 20px;
  font-weight: 700;
}

/* نص المقال */
.obj_article_details .item p,
.obj_article_details .main_entry p {
  font-size: 16px;
  line-height: 1.9;
}

/* الأزرار */
button, input, select {
  font-size: 15px;
}

/* تحسين قراءة الواجهة الجانبية */
.pkp_block {
  font-size: 15px;
  line-height: 1.7;
}

/* القائمة الرئيسية */
.pkp_navigation_primary a {
  font-family: "Tajawal", sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.2px;
}

/* عند المرور (Hover) */
.pkp_navigation_primary a:hover {
  font-weight: 700;
}

/* العنصر النشط */
.pkp_navigation_primary .current a {
  font-weight: 700;
  font-size: 16px;
}

/* تحسين تباعد عناصر القائمة */
.pkp_navigation_primary li {
  margin: 0 6px;
}

.pkp_structure_footer_wrapper{
	
	background: #28526e;
    color: #fff;
}

.obj_article_summary .title, .obj_article_details .main_entry h1{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
	font-family: "Tajawal", sans-serif;
}