/* Add custom CSS styles below */ 
#mainnav .bg-inherit, .custom_content {
background-color: #fff7e5;
}
 
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;700&display=swap');

body {
font-family: 'Cairo', sans-serif; /* اختيار الخط */
font-size: 18px; /* حجم الخط الافتراضي */
 color: #333; /* لون النص */
 margin: 0;
text-align: justify; /* ضبط النص ليكون متناسقًا */
line-height: 1.8 !important; /* تحسين المسافة بين الأسطر */

}
p {
line-height: 1.8 !important; /* تحسين المسافة بين الأسطر */

color: #333; /* لون النص */
text-align: justify; /* ضبط النص ليكون متناسقًا */
}

p,span{
 font-size: 16px  ;
 font-weight: 200;
 }
 ol li a {
 font-size:18px;
 }
ol ,ol li{
 font-size: 16px;
 font-weight: 200;
 }
 
 ol li a {
 font-size:18px;
 }
ol li span  {
 font-size:18px !important;
 }
 #mobile-menu .main-nav-container .mobile-menu ul li a span {
 font-size:20px !important;
font-weight:bold;
 }
 .blog-category a {
font-size: 16px;
}
#mobile-menu .main-nav-container .mobile-menu ul li a span {
 font-size:20px !important;
font-weight:bold;
 }
 h1 {
font-size: 28px;  /* العنوان الرئيسي - الأهم */
font-weight: bold;
color: #333; /* لون النص */
margin-bottom: 15px;
}
h2 {
font-size: 26px !important;  /* العناوين الفرعية الرئيسية */
font-weight: bold;
color: #444;
margin-bottom: 12px;
}

h3 {
font-size: 24px;  /* عناوين ثانوية */
font-weight: bold;
color: #555;
margin-bottom: 10px;
}

h4 {
font-size: 20px;  /* عناوين أقل أهمية */
font-weight: bold;
color: #666;
}
p {
line-height: 1.5;  /* تحسين القراءة */
}
span {
font-weight: 200;
}


b, strong {
 font-size: 15px !important;
 font-weight: 700;
}

.main-nav-container .mobile-menu ul li a{
 font-size:20px !important;
font-weight:bold;
}

@media (max-width: 768px) {
.blog-category a {
font-size: 13px;
}
.mm-spn li a span {
 font-size: 16px;
}
ol li a {
 font-size:16px;
 }
ol li span  {
 font-size:16px !important;
 }
 p {
font-size: 13px;  /* النص الأساسي */
 line-height: 1.6;  /* تحسين القراءة */
}
span {
font-size: 13px;  /* نفس حجم الفقرات */
 font-weight: 200;
}
b, strong {
 font-size: 13px !important;
 font-weight: 600;
}
 h1 {
font-size: 24px;  /* العنوان الرئيسي - الأهم */
font-weight: bold;}
h2 {
font-size: 22px !important;
font-weight: bold;

}
}
.main-nav-container .mobile-menu ul li a span {
font-size: 20px !important;
font-weight: bold;
category-image, .category-thumbnail img {
  border-radius: 50%;
  object-fit: cover;
}
}


category-image, .category-thumbnail img {
  border-radius: 50%;
  object-fit: cover;
}