/*
Theme Name: Whattsapp CC - أدوات وشروحات واتساب
Theme URI: https://whattsapp.cc
Author: Whattsapp.cc Team
Author URI: https://whattsapp.cc
Description: قالب ووردبريس رسمي واحترافي مصمم خصيصاً لموقع Whattsapp.cc، متوافق 100% مع معايير وسياسات Google AdSense، يتضمن أدوات واتساب التفاعلية (المراسلة المباشرة، مولد الروابط ورموز QR، منسق النصوص، ومكتبة الحالات) مع دعم كامل للغة العربية (RTL) والوضع الليلي وإدارة الإعلانات بسهولة.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: whattsapp-cc
Domain Path: /languages
Tags: rtl-language-support, blog, news, custom-menu, featured-images, flexible-header, full-width-template, translation-ready, theme-options
*/

/* Reset & Root Variables */
:root {
  --wp-primary: #059669;
  --wp-primary-hover: #047857;
  --wp-bg-light: #f8fafc;
  --wp-card-light: #ffffff;
  --wp-text-light: #0f172a;
  --wp-muted-light: #64748b;
  --wp-border-light: #e2e8f0;
}

body {
  font-family: 'Cairo', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  direction: rtl;
  text-align: right;
  margin: 0;
  padding: 0;
  background-color: var(--wp-bg-light);
  color: var(--wp-text-light);
  line-height: 1.6;
}
