/* كود موحد لتوحيد حجم الخطوط في جميع الصفحات */

/* حجم الخط الافتراضي لكل العناصر */
body, h1, h2, h3, h4, h5, h6, p, a, span, div, input, button, label, ul, li {
    font-size: 16px !important;
    line-height: 2 !important;
}

/* تخصيص لبعض الكلاسات حسب ملفاتك */
.circle-content .title,
.circle-content .number,
.mp428-title-text {
    font-size: 18px !important;
}

.circle-content .description {
    font-size: 16px !important;
}

/* حجم أيقونة X في الفوتر */
.footer-content h2 {
    font-size: 18px !important;
}

/* إذا كان هناك عناصر أخرى بحجم خط مختلف أضفها هنا */

p, li {
    line-height: 2 !important;
}