/*
Theme Name: Sheler Framework Enterprise
Theme URI: https://sheler.dev
Author: Sheler
Description: هسته اصلی و عمومی برای ساخت تمام قالب‌های آینده — معماری ثابت (Core, ACF Engine, CPT Engine, Module System) و ظاهر/محتوای اختصاصی هر پروژه از طریق ماژول‌ها و پنل مدیریت.
Version: 3.0.0
Requires at least: 6.2
Requires PHP: 7.4
Tested up to: 6.6
License: Proprietary
Text Domain: sheler-framework
Tags: custom-background, custom-logo, custom-menu, featured-images, rtl-language-support, translation-ready, threaded-comments, blog, e-commerce
*/

/* ==========================================================================
   DESIGN TOKENS
   این مقادیر پیش‌فرض خنثی و عمومی هستند؛ هر پروژه رنگ/فونت خودش را از
   طریق ACF Engine (فاز بعد) بازنویسی می‌کند، نه با ویرایش دستی این فایل.
   ========================================================================== */
:root {
  --color-primary: #1F2937;
  --color-primary-dark: #111827;
  --color-primary-light: #374151;
  --color-secondary: #2563EB;
  --color-secondary-dark: #1D4ED8;
  --color-accent: #2563EB;
  --color-accent-dark: #1D4ED8;
  --color-bg: #F9FAFB;
  --color-bg-alt: #FFFFFF;
  --color-surface: #FFFFFF;
  --color-text: #111827;
  --color-text-muted: #6B7280;
  --color-border: #E5E7EB;
  --color-success: #16A34A;
  --color-warning: #D97706;
  --color-danger: #DC2626;

  --font-body: "Vazirmatn", "Estedad", Tahoma, Arial, sans-serif;
  --font-heading: "Vazirmatn", "Estedad", Tahoma, Arial, sans-serif;

  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
}

/* Component/section styling is intentionally not here — it belongs to the
   Template System (a later phase), which will populate
   assets/css/components.css and assets/css/sections.css per project. */
