/*
Theme Name: Hello Elementor Child RTL
Template: hello-elementor
*/

/* تنظیم فونت فارسی برای تمام بخش‌ها */
body, h1, h2, h3, h4, h5, h6, p, a, span, li, div, button, input, textarea, .elementor {
    /* نکته مهم: اینجا باید دقیقاً همان اسمی باشد که در style.css تعریف کردید */
    font-family: 'MyClinicFont', sans-serif !important;
}

/* اصلاح جهت‌ها برای فارسی */
.elementor-section {
    direction: rtl;
}
