File: //var/www/drakkar_site/wp-content/themes/blocksy/static/sass/frontend/2-basics/typography.scss
body,
h1,
h2,
h3,
h4,
h5,
h6,
label,
figcaption,
.wp-block-quote,
.wp-block-pullquote,
.ct-label,
.site-title,
.entry-meta,
.ct-menu-badge,
.entry-excerpt,
.ct-post-title,
.ct-breadcrumbs,
.ct-header-text,
.ct-product-sku,
.ct-product-title,
.ct-woo-card-stock,
.author-box-bio,
.author-box-name,
.ct-contact-info,
.site-description,
.page-description,
.mobile-menu a,
.menu .ct-menu-link,
.comment-reply-title,
.ct-footer-copyright,
.ct-language-switcher,
:where(pre, code, samp, kbd),
.onsale,
.out-of-stock-badge,
[class*="ct-woo-badge-"],
:is(.entry-summary, [data-products], .ct-trending-block, .ct-added-to-cart-product) .price,
.ct-waitlist-message,
.woocommerce-tabs .tabs,
.woocommerce-tabs .ct-accordion-heading,
.woocommerce-result-count,
.ct-header-account-dropdown,
.ct-module-title:is(p, span),
.related-entry-title:is(p, span),
.woocommerce-loop-product__title:is(p, span),
.woocommerce-loop-category__title:is(p, span),
.ct-shortcuts-bar,
.ct-widget > *,
.ct-dynamic-data-layer,
.ct-dynamic-filter,
.ct-search-results,
.tutor-ratings,
.tutor-meta > *,
.tutor-course-details-title,
.tutor-course-details-actions > a,
.ct-language-switcher ul[data-placement] {
font-family: var(--theme-font-family);
font-size: var(--theme-font-size);
font-weight: var(--theme-font-weight);
font-style: var(--theme-font-style, inherit);
line-height: var(--theme-line-height);
letter-spacing: var(--theme-letter-spacing);
text-transform: var(--theme-text-transform);
text-decoration: var(--theme-text-decoration);
}