// ------------------------------------
// DEFINE LOCAL VARIABLES
// ------------------------------------
$_body-page-selector:                  '.woocommerce-checkout' !default;
$_body-theme-selector:                 '.theme-Divi' !default;





// ------------------------------------
// DEFINE CSS VARIABLES
// ------------------------------------
:root {
	--fluidcheckout--field--height: #{ remsize( 5.1rem ) };
	--fluidcheckout--field--border-radius: #{ remsize( .3rem ) };
}





// ------------------------------------
// IMPORT STYLES
// ------------------------------------
@import
	"woocommerce-form-fields",
	"checkout-coupon-code",
	"order-summary";
