/*
Theme Name:   Customify Child
Theme URI:    https://staging.eurekaform.it
Description:  Child theme di Customify per Eureka!Form (staging).
Author:       Eureka
Template:     customify
Version:      1.0.1
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  customify-child
*/

/* Fix tipografia: Customify aveva Lato weight 100 (illeggibile) */
body,
button,
input,
select,
textarea,
.site-title,
.main-navigation a,
.woocommerce,
.woocommerce-page {
	font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
	font-weight: 400 !important;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.woocommerce h1,
.woocommerce h2 {
	font-family: "Lato", system-ui, sans-serif !important;
	font-weight: 700 !important;
}

strong, b,
.button,
.woocommerce a.button,
.woocommerce button.button {
	font-weight: 700 !important;
}
