/*
Theme Name:   Xstore child
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/
/* === БАЗОВАЯ ТИПОГРАФІЯ EASY-HUB === */

/* Базовий текст сайту */
html, body {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
}

/* Заголовки по всьому сайту */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito Sans', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* Жирний текст */
b, strong {
  font-weight: 600;
}

/* Кнопки, бейджі, елементи інтерфейсу */
button,
input[type="submit"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-family: 'Nunito Sans', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 600;
}

/* === ОПИСИ ТОВАРІВ: тільки наші шрифти === */

/* Основна зона опису товару */
.single-product .tab-content-scroll,
.single-product .woocommerce-product-details__short-description {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Убиваємо inline font-family з копіпастів */
.single-product .tab-content-scroll *[style*="font-family"],
.single-product .woocommerce-product-details__short-description *[style*="font-family"] {
  font-family: inherit !important;
}

/* Заголовки всередині опису – завжди Nunito Sans */
.single-product .tab-content-scroll h1,
.single-product .tab-content-scroll h2,
.single-product .tab-content-scroll h3,
.single-product .tab-content-scroll h4,
.single-product .tab-content-scroll h5,
.single-product .tab-content-scroll h6 {
  font-family: 'Nunito Sans', 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-weight: 700;
}

/* Текст у списках в описі */
.single-product .tab-content-scroll li {
  font-family: inherit;
}
