/*
Theme Name:  Taelim GCC Child
Theme URI: https://taelimgcc.com
Description: القالب الابن لمنصة تعليم GCC (مع تحسينات Bootstrap RTL و Font Awesome)
Author: فريق التطوير
Template: flatsome
Version: 3.0
*/

/* ========== إعدادات عامة ========== */

/* الخط الافتراضي للموقع */
body,
html {
    font-family: 'Tajawal', Arial, sans-serif;
    direction: rtl;
    text-align: right;
    background-color: #f9fafb;
    color: #111827;
}

/* إصلاح الروابط */
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: #2563eb;
}

/* تحسين مظهر العناوين */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.4;
    color: #111827;
}
