/* Keep product identity typography modern without changing editorial headings. */
body:not(.admin-shell) :is(
    .product-info h1,
    .product-card h3,
    .product-card h3 a,
    .seed-type-product-copy > strong,
    .cart-product-copy h3,
    .cart-product-copy h3 a,
    .wishlist-card-copy h2,
    .advisor-best-card h3,
    .advisor-card h3,
    .advisor-action-main h2,
    .action-card h3,
    .brand-strain-copy strong,
    .brand-strain-preview strong,
    .taste-strain-grid strong,
    .taste-strains strong,
    .terpene-strains strong,
    .effect-strains strong,
    .cart-reward-strains strong,
    .cart-widget-item strong
) {
    font-family: var(--font-display, "Sora", "Inter", ui-sans-serif, system-ui, sans-serif) !important;
    font-weight: 700;
    letter-spacing: 0;
}

.product-info h1,
.product-card h3,
.wishlist-card-copy h2,
.advisor-action-main h2 {
    text-wrap: balance;
}

