/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


:root{
	/**


	****************  Site Fonts ****************

	*/

    --ff-header:'DM Serif Display', serif;
    --ff-body:'Montserrat', sans-serif;

	/**

	****************  Site Font sizes ****************

	*/


    --h1:78px;
	--h1-2:62px;
    --h2:48px;
    --h3:40px;
    --h4:34px;
    --h5:30px;
    --h6:28px;
    
    --p:17px;
  
    --mb-h1:48px;
    --mb-h2:40px;
    --mb-h3:34px;
    --mb-h4:28px;
    --mb-h5:24px;
    --mb-h6:20px;

	--fw-200:200;
	--fw-300:300;
	--fw-400:normal;
	--fw-500:500;
	--fw-600:600;
	--fw-700:700;
	--fw-800:800;
	--fw-900:900;
}


/**

****************  Assignment of font family and font weight to Header elements ****************

*/

body :is(h1, h2, h3, h4, h5, h6){
	font-family:var(--ff-header)!important;
	font-weight:var(--fw-400)!important;
}

/**

****************  Assignment of font family, font weight, line height and font size to p, a, span, label and list elements ****************

*/

body :is(p, a, label, li){
	font-family:var(--ff-body)!important;
	font-size:var(--p)!important;
	
}

/**

****************  Assignment of font size (using above variabes above) and line height to all Header elememts elements ****************

*/


body :is(h1, h1 *){
	font-size:var(--h1)!important;
	line-height:90px!important;
}

body :is(h2, h2 *){
	font-size:var(--h2)!important;
	line-height:60px!important;
}
body :is(h3, h3 *){
	font-size:var(--h3);
	line-height:52px;
}
body :is(h4, h4 *){
	font-size:var(--h4)!important;
	line-height:44px!important;
}
body :is(h5, h5 *){
	font-size:var(--h5)!important;
	line-height:40px!important;
}
body :is(h6, h6 *){
	font-size:var(--h6)!important;
	line-height:35px!important;
}

.gform_button{
	background-color: #009E65 !important;
}

.woocommerce-loop-product__title {
	font-size: 18px !important;
	line-height: 18px !important;
}

.woocommerce-Price-amount{
	font-size: 18px !important;
}

.product_title {
	font-size: 48px !important;
	line-height: 60px !important;
}

.wp-block-heading{
	font-family:var(--ff-body)!important;
	font-size:var(--p)!important;
}

.wc-block-components-checkout-step__title{
	font-size: 30px !important;
}
