/*
Theme Name: Areeq Royal Confectionery & Moona (عريق)
Theme URI: https://areeq-sweets.com/
Author: Areeq Team
Author URI: https://areeq-sweets.com/
Description: قالب ووردبريس وووكومرس فاخر مصمم خصيصاً لمتاجر الحلويات الملكية، معمول بيتنا بالسمن الحيواني، والمونة الحورانية والشامية الأصيلة. متوافق بالكامل مع التجارة الإلكترونية، أنظمة الشحن، والطلب المباشر عبر WhatsApp.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: areeq
Domain Path: /languages
Tags: e-commerce, custom-colors, custom-logo, featured-images, full-width-template, rtl-language-support, right-to-left, woocommerce
*/

/* ==========================================================================
   Root Variables & Color Palette
   ========================================================================== */
:root {
  --color-primary: #4f674c;
  --color-primary-dark: #374935;
  --color-primary-light: #6a8866;
  --color-secondary: #98a660;
  --color-gold: #c5a059;
  --color-gold-light: #dfbe7d;
  --color-gold-dark: #9f7d39;
  --color-sand: #f5f2eb;
  --color-sand-light: #faf8f5;
  --color-dark: #1a2219;
  --color-dark-surface: #121812;
  --color-dark-card: #1c251c;
  --color-text-main: #2b332a;
  --color-text-muted: #647063;
  --color-border: #e2ded4;
  --color-border-dark: #2d382c;
  
  --font-arabic-heading: 'Amiri', serif, Georgia;
  --font-arabic-body: 'Tajawal', sans-serif, system-ui;
  --font-en: 'Outfit', sans-serif, system-ui;
  
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;
  
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 6px 20px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 36px rgba(0, 0, 0, 0.12);
  --shadow-royal: 0 10px 30px rgba(79, 103, 76, 0.18);
  
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Base resets handled in assets/css/main.css */
