/*
Theme Name: Doaama Clinic – Hello Elementor Child
Theme URI: https://doaama.com
Author: Doaama
Description: Child theme for Hello Elementor with Arabic RTL defaults and clinic brand colors.
Template: hello-elementor
Version: 1.0.0
Text Domain: doaama-hello-child
*/
@import url('../hello-elementor/style.css');

/* Brand variables */
:root{
  --brand:#0462c6;    /* blue */
  --brand-2:#0fb36f;  /* green */
  --text:#222;
}

/* Base Arabic RTL tweaks */
html[dir="rtl"] body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Tajawal", "Cairo", "Noto Kufi Arabic", Arial, sans-serif;
  color:var(--text);
}

a{color:var(--brand);}
a.button, .elementor-button{
  background:var(--brand-2);
  border:none;
  color:#fff;
}
.elementor-heading-title{line-height:1.35}
*/

