/* 1. استيراد خط تجوال العربي الاحترافي */
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');

/* 2. فرض الخط على كل عنصر في الموقع وتجاوز إعدادات القالب */
* {
    font-family: 'Tajawal', sans-serif !important;
}

/* 3. استهداف عنوان "حقائبنا التدريبية" وأي عنوان مشابه في WPBakery */
h1, h2, h3, h4, h5, h6, 
.vc_custom_heading h2, 
.vc_custom_heading p,
.wpb_heading,
.vc_custom_heading {
    font-family: 'Tajawal', sans-serif !important;
    font-weight: 700 !important;
}

/* 4. تنعيم الحروف لتظهر بشكل كرييتف وفخم */
body {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}