/*
Theme Name:   Kadence Child — Nutrition Doctor
Theme URI:    http://localhost/eman
Description:  Child theme for دكتور التغذية website
Author:       Nutrition Doctor Dev
Template:     kadence
Version:      1.0.0
Text Domain:  kadence-child
Tags:         nutrition, medical, rtl, arabic, bilingual
*/

/* =====================================================
   CSS VARIABLES — الألوان الرئيسية
   ===================================================== */
:root {
  --primary:        #2D6A4F;
  --primary-dark:   #1B4332;
  --primary-mid:    #40916C;
  --primary-light:  #74C69D;
  --primary-pale:   #D8F3DC;
  --page-bg:        #F0F7F4;
  --accent-gold:    #E9C46A;
  --accent-orange:  #F4A261;
  --footer-dark:    #1B4332;
  --text-dark:      #1A1A1A;
  --text-medium:    #4A4A4A;
  --text-light:     #717171;
  --white:          #FFFFFF;
  --border-light:   #D8F3DC;
  --shadow-sm:      0 2px 8px rgba(45,106,79,0.08);
  --shadow-md:      0 4px 20px rgba(45,106,79,0.12);
  --shadow-lg:      0 8px 40px rgba(45,106,79,0.18);
  --radius-sm:      6px;
  --radius-md:      12px;
  --radius-lg:      20px;
  --radius-full:    999px;
  --transition:     all 0.3s ease;
}

/* =====================================================
   خلفية الصفحة العامة
   ===================================================== */
body {
  background-color: var(--page-bg);
  color: var(--text-dark);
}

/* =====================================================
   RTL SUPPORT — دعم اللغة العربية
   ===================================================== */
html[dir="rtl"],
body.rtl {
  direction: rtl;
  text-align: right;
}

html[dir="ltr"],
body.ltr {
  direction: ltr;
  text-align: left;
}
