:root{
  --text-color: #4B3F3B;
}

/* BODY / bazinis tekstas */
body{
  color: var(--text-color);
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

/* Elementor tekstiniai widgetai dažnai įmeta savo */
.elementor-widget-text-editor,
.elementor-widget-text-editor *{
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
}

/* Visos antraštės + Elementor heading */
h1, h2, h3, h4, h5, h6,
.elementor-heading-title{
  color: var(--text-color);
  font-family: "Baloo 2", "Poppins", system-ui, sans-serif !important;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

/* Jeigu nori bendrą H1 dydį (kitus palik dizainui / Elementor) */
h1{ font-size: 40px; }

/* Akcentai: produktų pavadinimai ir pan. */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title *,
.single-product .product_title{
  font-family: "Baloo 2", "Poppins", system-ui, sans-serif !important;
  font-weight: 600;
  line-height: 110%;
}

/* Mygtukai – dažnai gerai atrodo su Baloo 2 */
button,
input[type="submit"],
.elementor-button,
.wp-block-button__link{
  font-family: "Baloo 2", "Poppins", system-ui, sans-serif !important;
  font-weight: 600;
}

/* Strong/bold tekste */
strong, b{
  font-weight: 600;
}
