/*
Theme Name: سهل كلين - Sahl Clean
Theme URI: https://sahlclean.sa
Author: Sahl Clean
Description: ثيم ووردبريس متوافق مع إلمنتور، محوّل من موقع React الأصلي لشركة سهل كلين لخدمات التنظيف، مع الحفاظ الكامل على النصوص والصور وأصناف Tailwind الأصلية. يستخدم ملف Tailwind مبني مسبقاً (assets/css/tailwind-build.css) بدل Tailwind Play CDN لتحسين سرعة التحميل.
Version: 1.1.0
Text Domain: breeq-albaha
Requires at least: 6.0
Requires PHP: 7.4
*/

/* ==== Design tokens (المصدر الوحيد لمتغيرات الألوان HSL - يُستخدم من هذا الملف ومن assets/css/tailwind-build.css) ==== */
:root {
  --background: 210 40% 99%;
  --foreground: 214 60% 12%;
  --card: 0 0% 100%;
  --card-foreground: 214 60% 12%;
  --popover: 0 0% 100%;
  --popover-foreground: 214 60% 12%;
  --primary: 208 88% 30%;
  --primary-foreground: 0 0% 100%;
  --secondary: 205 70% 95%;
  --secondary-foreground: 208 88% 24%;
  --muted: 210 30% 95%;
  --muted-foreground: 214 20% 42%;
  --accent: 190 90% 42%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 98%;
  --border: 210 30% 89%;
  --input: 210 30% 89%;
  --ring: 208 88% 30%;
  --radius: 1rem;
}

body {
  font-family: "Tajawal", sans-serif;
  overflow-x: clip;
  color: hsl(var(--foreground));
  background: hsl(var(--background));
  direction: rtl;
}

h1, h2, h3, h4 { font-family: "Cairo", sans-serif; font-weight: 800; }

.no-scrollbar::-webkit-scrollbar { display: none; }
.no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
