/*
Theme Name:        AL LOUVER Child
Theme URI:         https://allouver.qa
Description:       Astra Child Theme — معرض اللوفر للسيارات الفاخرة
Author:            AL LOUVER
Author URI:        https://allouver.qa
Template:          astra
Version:           2.0.2
Text Domain:       al-louver-child
Tags:              luxury, cars, dark, rtl, arabic
*/

/* === CSS Variables only — no destructive overrides here === */
:root {
  --color-black:       #000000;
  --color-white:       #ffffff;
  --color-red:         #ff0000;
  --color-blue:        #0066ff;
  --color-blue-light:  #3399ff;
  --color-red-dark:    #cc0000;
  --glass-bg:          rgba(255,255,255,0.05);
  --glass-border:      rgba(255,255,255,0.1);
  --overlay:           rgba(0,0,0,0.75);
  --glow-blue:         0 0 20px rgba(0,102,255,0.5);
  --glow-red:          0 0 20px rgba(255,0,0,0.4);
  --font-main:         'Cairo','Inter',sans-serif;
  --transition:        0.3s ease;
}
