/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor child theme
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 2.5.0
	Template: hello-elementor
	Stable tag: 2.5.0
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor-child
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/**
 * WooCommerce style overrides
 */

body.woocommerce-checkout,
body.woocommerce-account {
	--general-text-color: #404040 !important;
	--forms-labels-color: #404040 !important;
}

body.woocommerce-checkout *,
body.woocommerce-account * {
	font-size: 1rem;
}

body.woocommerce-checkout h3,
body.woocommerce-account h3 {
	font-family: "Bad Script";
	font-size: 19px;
	font-weight: 600 !important;
	line-height: 1.5;
	color: #404040 !important;
	margin: 1rem 0 !important;
}

