/*
 * Craft Art Prints System v0.6.10 — site-wide typography normalization
 *
 * Loaded LAST on active CAP front-end surfaces. The goal is deliberately
 * narrow: remove the aggressive negative tracking from display typography and
 * let the active site font use its native kerning. Font families, sizes,
 * weights, colors, layout, buttons, navigation, kickers and utility labels are
 * left alone.
 */

/* Shared display headings across Home, Shop, editorial/support pages and 404. */
body.caps-front :is(h1,h2,h3){
  font-kerning:normal!important;
  font-feature-settings:"kern" 1,"liga" 1!important;
  letter-spacing:normal!important;
}

/* Header wordmark and the few display titles that are not heading elements. */
body.caps-front .caps-brand-name,
body.caps-front .caps-footer-feature strong,
body.caps-front .caps-footer-v2-brand strong,
body.caps-front .caps-footer-v2-statement,
body.caps-front .caps-editorial-062-hero-side > strong,
body.caps-front .caps-artists-062-share strong,
body.caps-front .caps-faq-062-topic strong,
body.caps-front .caps-artist-collections-head strong,
body.caps-front .caps-home-v4-artwork figcaption strong{
  font-kerning:normal!important;
  font-feature-settings:"kern" 1,"liga" 1!important;
  letter-spacing:normal!important;
}

/*
 * Earlier Artist / Product / Commerce / Wishlist revisions intentionally used
 * !important negative tracking with higher-specificity selectors. Match or
 * exceed those selectors so the site-wide normalization actually wins in the
 * browser instead of merely loading later.
 */
body.caps-front.caps-artist-storefront .caps-artist-hero h1,
body.caps-front.caps-artist-storefront .caps-artist-bio h2,
body.caps-front.caps-product-page .summary .product_title,
body.caps-front.caps-product-page .entry-summary .product_title,
body.caps-front .caps-wishlist-064 :is(h1,h2,h3,strong),
body.caps-front .caps-wishlist-064-native > h1,
body.caps-front .caps-wishlist-064-native .page-title{
  font-kerning:normal!important;
  font-feature-settings:"kern" 1,"liga" 1!important;
  letter-spacing:normal!important;
}

/* Commerce headings carry some of the strongest legacy !important selectors. */
body.caps-front.caps-commerce-ui.caps-commerce-ui.caps-commerce-ui.caps-commerce-ui :is(h1,h2,h3),
body.caps-front.caps-commerce-ui.caps-commerce-ui.caps-commerce-ui.caps-commerce-ui #order_review_heading,
body.caps-front.caps-commerce-ui.caps-commerce-ui.caps-commerce-ui.caps-commerce-ui .woocommerce-order-details__title,
body.caps-front.caps-commerce-ui.caps-commerce-ui.caps-commerce-ui.caps-commerce-ui .woocommerce-column__title,
body.caps-front.caps-commerce-ui.caps-commerce-ui.caps-commerce-ui.caps-commerce-ui .wc-block-components-title{
  font-kerning:normal!important;
  font-feature-settings:"kern" 1,"liga" 1!important;
  letter-spacing:normal!important;
}
