/*
Theme Name: Heritage Comfort
Theme URI: https://example.com/
Author: Elegant Decor
Author URI: https://example.com/
Description: Custom Tailwind CSS theme for Heritage Comfort, built on the brand's color, typography and component system.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: heritage-comfort
*/

/*
 * WooCommerce's woocommerce-layout.css sets `.woocommerce-page img { height: auto }`
 * with specificity (0,1,1), which overrides Tailwind's `.h-9` (0,1,0) on WC pages.
 * This rule uses #site-header to get specificity (1,0,1) and restore the correct height.
 */
#site-header img {
    height: 3rem; /* = h-12 */
}
