/*
 Theme Name:  Smart Ads
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler

 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/


@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
	font-family: 'IBM Plex Sans', sans-serif;
	font-weight: 400;
}

body {
	font-size: 18px;
	line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'IBM Plex Sans Medium', sans-serif;
	font-weight: 500;
}

h1 {
	font-size: 64px;
	line-height: 64px;
}

h2 {
	font-size: 38px;
	line-height: 44px;
}

h3 {
	font-size: 32px;
	line-height: 38px;
}

h4 {
	font-size: 28px;
	line-height: 34px;
}

h5 {
	font-size: 24px;
	line-height: 32px;
}

h6 {
	font-size: 20px !important;
	line-height: 24px;
}

#top-menu li {
	font-family: 'IBM Plex Sans Medium', sans-serif;
	font-weight: 500;
} 


.et_pb_button, .et_pb_button_0 {
	padding: 11px 32px !important;
}

.woocommerce-order-received .woocommerce-customer-details {
	display: none;
}
