/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor with custom Anjoman font integration.
Author: Your Name
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Expose the primary font so Elementor widgets can reference it */
:root {
    --hello-child-font-primary: 'Anjoman', 'Segoe UI', Tahoma, sans-serif;
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p, a,
li, span,
div {
    font-family: var(--hello-child-font-primary) !important;
    direction: rtl;
}