/*
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/
Description:  A child theme of Hello Elementor
Author:       Elementor Team
Author URI:   https://elementor.com/
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/

/* Google Fonts Import for Cairo and Tajawal */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;800&family=Tajawal:wght@300;400;500;700;900&display=swap');

/* Fix RTL Horizontal Scroll / Overflow-x */
html, body {
    overflow-x: hidden !important;
}

/* Apply Tajawal to body and general text elements on RTL pages */
.rtl, 
.rtl body, 
.rtl p, 
.rtl span, 
.rtl li, 
.rtl a, 
.rtl input, 
.rtl select, 
.rtl textarea, 
.rtl button,
.rtl .elementor-widget-text-editor,
.rtl .elementor-text-editor {
    font-family: 'Tajawal', sans-serif !important;
}

/* Apply Cairo to Headings and Titles on RTL pages */
.rtl h1, 
.rtl h2, 
.rtl h3, 
.rtl h4, 
.rtl h5, 
.rtl h6, 
.rtl .elementor-heading-title,
.rtl .artmc-title,
.rtl .artmc-team-name a,
.rtl .entry-title {
    font-family: 'Cairo', sans-serif !important;
}