/*
Theme Name: Testo
Author: WebBuilding Pro
Author URI: https://webbuilding.pro
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
Text Domain: testo
*/

.testo-filters h3,
.product-card h2 { 
	font-weight: normal !important; 
}

/* Заголовок товару */
.single-product h1.entry-title {
	font-weight: bold !important;
}

.single-product .desc strong {
	font-weight: bold !important;	
}

/* Всі заголовки на сторінці */
body h1, body h2, body h3,
body h1 strong, body h2 strong, body h3 strong { font-weight: bold !important; }
.category-description h1, .category-description h1 strong,
.category-description h2, .category-description h2 strong,
.category-description h3, .category-description h3 strong { font-size: 22px !important; }

