/*
Theme Name: LUMA Child V2
Theme URI: https://luma-home.ae/
Description: Minimal Hello Elementor child theme for the Elementor and WooCommerce rebuild of LUMA.
Author: LUMA
Author URI: https://luma-home.ae/
Template: hello-elementor
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luma-child
Tags: custom-colors, e-commerce, rtl-language-support
*/

:root {
	--luma-primary: #b08d63;
	--luma-primary-strong: #8a6a42;
	--luma-primary-soft: #dcc4a4;
	--luma-dark: #2a343c;
	--luma-dark-deep: #1e262c;
	--luma-background: #faf7f2;
	--luma-surface: #f4eee5;
	--luma-surface-alt: #ede5d9;
	--luma-text: #23292f;
	--luma-muted: #6a707a;
	--luma-border: #e4dbcd;
	--luma-border-strong: #d3c7b4;
	--luma-danger: #a3402f;
	--luma-success: #3f6b4f;
	--luma-radius: 6px;
	--luma-radius-lg: 8px;
	--luma-container: 1280px;
	--luma-pad: clamp(1rem, 4vw, 3.5rem);
	--luma-serif: ui-serif, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
	--luma-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	--luma-arabic: "Noto Naskh Arabic", "Al Bayan", "Geeza Pro", "Segoe UI", Tahoma, Arial, sans-serif;
}
