/*
Theme Name: Rawaat Al-Naseem
Theme URI: https://rawaatalnaseem.store
Author: Rawaat Al-Naseem
Description: Custom standalone WooCommerce theme. Soft UI design with AED/KWD currency switching by geolocation, full Elementor & WooCommerce support, optimized for performance and security.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0+
Text Domain: rawaat-alnaseem
Tags: woocommerce, rtl, e-commerce, custom-colors, elementor
*/

html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  font-family: 'Cairo', sans-serif;
  direction: rtl;
}
