/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/**
 * 
--e-global-typography-f94d83e-font-family: "Playfair Display";
--e-global-typography-ce0c685-font-family: "Inter";
--e-global-typography-aa76605-font-family: "Markazi Text";
--e-global-typography-32dc676-font-family: "Baloo Bhaijaan 2"; 
 */
:root{
	--wd-text-font: var(--e-global-typography-ce0c685-font-family);
	--wd-title-font:var(--e-global-typography-ce0c685-font-family);
}
body:lang(en) ,
.elementor-widget-woocommerce-cart .woocommerce,
.elementor-widget-woocommerce-checkout-page{
	font-family:var(--e-global-typography-ce0c685-font-family);
}
body:lang(ar) ,
.elementor-widget-woocommerce-cart .woocommerce,
.elementor-widget-woocommerce-checkout-page{
	font-family:var(--e-global-typography-32dc676-font-family);
	
}