/* Three-level site typography. Font values are controlled from Theme Options. */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--ctshop-main-heading-font, var(--primary-font));
}

.tp-section-title,
.tp-section-title-sm,
.tp-section-title-2,
.tp-section-title-3,
.tp-section-title-5,
.tp-section-title-6,
.tp-product-gadget-categories-title {
    font-family: var(--ctshop-section-heading-font, var(--primary-font));
}
