/*
Theme Name: الصالح لخدمات التنظيف
Theme URI: https://alsaleh-clean.sa
Author: Al-Saleh Cleaning Services
Description: ثيم ووردبريس متوافق مع إلمنتور لشركة الصالح لخدمات التنظيف بالباحة، مع الحفاظ الكامل على البنية الدلالية وسرعة التحميل. يستخدم ملف 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 v3 — هوية "الصالح": كحلي غامق + تركواز، بديل كامل للأخضر/الذهبي السابق ==== */
:root {
  --background: 0 0% 100%;
  --foreground: 213 45% 13%;
  --card: 0 0% 100%;
  --card-foreground: 213 45% 13%;
  --popover: 0 0% 100%;
  --popover-foreground: 213 45% 13%;
  --primary: 213 55% 16%;
  --primary-foreground: 0 0% 100%;
  --secondary: 187 35% 94%;
  --secondary-foreground: 213 55% 16%;
  --muted: 210 20% 96%;
  --muted-foreground: 213 12% 42%;
  --accent: 174 62% 38%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 72% 51%;
  --destructive-foreground: 0 0% 98%;
  --border: 210 20% 90%;
  --input: 210 20% 90%;
  --ring: 174 62% 38%;
  --radius: 0.9rem;
}

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

h1, h2, h3, h4 { font-family: "El Messiri", sans-serif; font-weight: 700; }

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