/**
 * Afelta — Theme Default (Orange Warm)
 * الـ theme الأصلي للموقع — برتقالي دافئ
 * Roadmap 2026 — Phase 2: Multi-Theme System
 *
 * ⚠️ هذا الملف يضبط فقط الـ --theme-* tokens.
 *    كل الـ CSS files الموجودة تستخدم --color-primary أو --af-primary
 *    وهي ترجع لـ var(--theme-primary) بعد تحديث variables.css
 */
:root {
    --theme-primary:        #e85d2f;
    --theme-primary-dark:   #c94820;
    --theme-primary-light:  #f07d55;
    --theme-primary-muted:  #fff4f0;
    --theme-secondary:      #d44000;
    --theme-accent:         #ff8c42;
    --theme-bg:             #f4f1ee;
    --theme-surface:        #fdfcfb;
    --theme-text:           #1a1a1a;
    --theme-text-secondary: #6b6b6b;
    --theme-nav-bg:         #e85d2f;
    --theme-header-bg:      #ffffff;
    --theme-footer-bg:      #1a1a1a;
    --theme-font:           'Cairo', sans-serif;
    --theme-radius:         14px;
    --theme-border:         #e8e4e0;
    --theme-gradient:       linear-gradient(-45deg, #e85d2f, #d44000, #f07d55, #c94820);
}
