/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/
 Description:  Child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://example.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/
/* Force Tajawal across common UI + Elementor widgets */
html, body,
.elementor-widget, .elementor-heading-title,
.elementor-button, button,
input, select, textarea {
  font-family: "Tajawal", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

/* If your site uses Elementor global typography vars, set them here once */
:root{
  --e-global-typography-primary-font-family: "Tajawal";
  --e-global-typography-secondary-font-family: "Tajawal";
  --e-global-typography-text-font-family: "Tajawal";
  --e-global-typography-accent-font-family: "Tajawal";
}
