/*
Theme Name: Metaliom — Hello Elementor Child
Theme URI: https://metaliom.com/
Description: Update-safe Hello Elementor child theme delivering a premium, minimalist, RTL industrial WooCommerce product detail page for Metaliom. No Elementor templates, no page builders, no third-party addons.
Author: Metaliom
Version: 2.6.0
Template: hello-elementor
Text Domain: metaliom-child
Requires at least: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * Global stylesheet is intentionally minimal.
 * The whole product detail experience lives in assets/css/product-single.css
 * and is enqueued only on is_product().
 */

:root {
	--metaliom-primary: #1f2124;
	--metaliom-primary-soft: #4b4d58;
	--metaliom-muted: #797d8d;
	--metaliom-accent: #cc3366;
	--metaliom-accent-dark: #a92a54;
	--metaliom-border: #e7e7e7;
	--metaliom-surface: #ffffff;
	--metaliom-bg: #f7f7f7;
	--metaliom-spacing: 24px;
}
