@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	--main-text-color: black;
	--main-title-color: #4D674E;
	--main-text-font: Roboto, Arial, Helvetica, sans-serif;
	--main-title-font: "Merriweather", Arial, Helvetica, sans-serif;
	--menu-text-color: black;
	--menu-title-color: #4D674E;
	--menu-background-color: white;
	--main-evidence-color: #7A937A;
}
/*HP titoli ambiente size e text transform*/
.card-title.tp-title{
 text-transform:uppercase;
 font-size:22px;
}
/*card ambienti casa*/
#tp-hp-layout-card .tp-hp-card img {
 height: auto;
}

#tp-menu-button {
 border: 2px solid #4D674E;
 border-radius: 5px;
 margin: 5px;
}
#tp-menu-button .tp-menu-button-icon>svg {
 margin: 2px;
}
#tp-search-button {
 border-color: #4D674E;
}
.tp-product-thumb .tp-card-body {
 padding: 4px 0;
 text-align: left;
 font-size: 1.125rem;
}
.tp-brand-inevidence {
 background-color: #7A937A;
}
