/*
Theme Name: Voyara Arabia
Theme URI: https://voyaraarabia.com
Author: Voyara Arabia
Author URI: https://voyaraarabia.com
Description: Premium editorial theme for Voyara Arabia — Travel Intelligence for the Middle East. Built for the GCC travel news media. Compatible with Elementor Pro.
Version: 3.0.0
Requires at least: 6.0
Tested up to: 6.9.4
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: voyara
Tags: news, magazine, editorial, rtl-language-support, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, elementor

Voyara Arabia WordPress Theme, (C) 2026 Voyara Arabia
Voyara Arabia is distributed under the terms of the GNU GPL.
*/

/* ====================================
   VOYARA ARABIA - CSS VARIABLES
   ==================================== */
:root {
  --voyara-black: #000000;
  --voyara-white: #FFFFFF;
  --voyara-gold: #C9A961;
  --voyara-light-gray: #fafafa;
  --voyara-border: rgba(0,0,0,0.1);
  --voyara-text-secondary: #555;
  --voyara-text-muted: #aaa;
  --voyara-navy: #0a1428;
  
  --font-arabic: 'Tajawal', 'Cairo', system-ui, -apple-system, sans-serif;
  --font-english: 'Playfair Display', Georgia, serif;
  --font-body: 'Tajawal', sans-serif;
  
  --container-max: 1240px;
  --content-padding: 36px;
  
  --transition-fast: 0.2s ease;
  --transition-medium: 0.3s ease;
}

/* Default body styles - actual styling in assets/css/voyara.css */
body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--voyara-white);
  color: var(--voyara-black);
  direction: rtl;
}
