/*
Theme Name: Khaliji Shopping Theme
Theme URI: https://example.com/khaliji-shopping
Author: Fintrate
Author URI: https://www.fintrate.com/
Description: Custom WordPress theme migrated from the Khaliji Shopping React app. WooCommerce, Elementor, and multilingual ready.
Version: 1.0.0
Requires at least: 5.6
Requires PHP: 7.4
Text Domain: khaliji-shopping
Tags: custom-theme, ecommerce, rtl-language-support, elementor, woocommerce
*/

/* Keep minimal base styles here. The main stylesheet lives in assets/css/main.css */

:root {
  --ks-gold: #d4af37;
  --ks-blue-night: #1e293b;
  --ks-blanc-perle: #f8fafc;
  --ks-text: #0f172a;
  --ks-muted: #64748b;
  --ks-border: #e2e8f0;
  --ks-radius: 12px;
  --ks-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

body {
  background: var(--ks-blanc-perle);
  color: var(--ks-text);
}
