/* IONTMAX Theme — Homepage - Section headings
   Ownership: shared homepage section heading typography only.
   Sections covered:
   - Výhodné balíčky / product groups
   - Nejprodávanější / product groups
   - Nové články
   - Poslední hodnocení
*/

:is(
  body.type-index,
  body.in-index,
  body.template-index,
  body.homepage,
  body.home
) :is(
  .homepage-group-title.iontmax-homepage-products-heading,
  .homepage-blog-wrapper.blog-wrapper > .homepage-group-title,
  .latest-contribution-wrapper > h2
) {
  color: #111214 !important;
  font-family: inherit !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.01em !important;
  text-align: left !important;
  text-transform: none !important;
}
