/*
 * Theme Name: SahafaPro Child
 * Theme URI: https://sahafapro.com
 * Description: Child theme for SahafaPro
 * Author: sahafapro.com
 * Author URI: https://sahafapro.com
 * Template: sahafapro
 * Version: 1.0
 */

/* Custom styles go below */

/* تغيير حجم عناوين h2 في كامل الموقع */
h1, .entry-content h1 {
    font-size: 24px !important;
}

/* اختياري: إذا أردت التحكم في الحجم على الموبايل ليكون أصغر قليلاً أو مختلفاً */
@media (max-width: 768px) {
    h1, .entry-content h1 {
        font-size: 16px !important;
    }
}

/* تغيير حجم عناوين h2 في كامل الموقع */
h2, .entry-content h2 {
    font-size: 22px !important;
}

/* اختياري: إذا أردت التحكم في الحجم على الموبايل ليكون أصغر قليلاً أو مختلفاً */
@media (max-width: 768px) {
    h2, .entry-content h2 {
        font-size: 16px !important;
    }
}

/* تغيير حجم عناوين h2 في كامل الموقع */
h3, .entry-content h3 {
    font-size: 20px !important;
}

/* اختياري: إذا أردت التحكم في الحجم على الموبايل ليكون أصغر قليلاً أو مختلفاً */
@media (max-width: 768px) {
    h3, .entry-content h3 {
        font-size: 16px !important;
    }
}

/* تغيير حجم عناوين h2 في كامل الموقع */
h4, .entry-content h4 {
    font-size: 18px !important;
}

/* اختياري: إذا أردت التحكم في الحجم على الموبايل ليكون أصغر قليلاً أو مختلفاً */
@media (max-width: 768px) {
    h4, .entry-content h4 {
        font-size: 16px !important;
    }
}