/* One existing font family and a restrained, consistent storefront text hierarchy. */
body.tww-retail-storefront {
  --tww-retail-font: "Open Sans", Arial, sans-serif;
  font-family: var(--tww-retail-font) !important; font-size: 14px; line-height: 1.5;
}
body.tww-retail-storefront :is(#content,.tww-market-header,.tww-topline,.site-footer,.tww-trust-strip) :is(h1,h2,h3,h4,h5,h6,p,a,li,span,div,small,strong,label,summary,button,input,select,textarea,th,td),
body.tww-retail-storefront :is(.tww-market-header,.tww-topline,.site-footer,.tww-trust-strip) {
  font-family: var(--tww-retail-font) !important;
}
body.tww-retail-storefront #content :is(h1,h2,h3,h4,h5,h6) { letter-spacing: 0 !important; line-height: 1.35 !important; }
body.tww-retail-storefront #content :is(h1,h2) { font-size: 22px; font-weight: 400 !important; }
body.tww-retail-storefront #content :is(h3,h4) { font-size: 16px; font-weight: 600; }
body.tww-retail-storefront #content :is(.tww-section-head h2,.entry-title,.page-title) { font-size: 22px !important; font-weight: 400 !important; }
body.tww-retail-storefront #content :is(.price,.price *,.woocommerce-Price-amount,.woocommerce-Price-amount *) { color: #111 !important; }
body.tww-retail-storefront #content :is(input,select,textarea,button,label) { font-weight: 400; }
body.tww-retail-storefront #content :is(.tww-section-head > a,.tww-pdp-view-all) { font-size: 11px; font-weight: 400 !important; }
body.tww-retail-storefront #content .tww-section-head > div > span { color: #576170; font-size: 10px; font-weight: 600; letter-spacing: .05em; }
/* Preserve icon fonts: treating these as normal Open Sans text breaks ratings/icons. */
body.tww-retail-storefront #content :is(.star-rating,.star-rating *) { font-family: star !important; }
body.tww-retail-storefront :is(#content,.tww-market-header,.site-footer) :is(.dashicons,.dashicons *) { font-family: dashicons !important; }
body.tww-retail-storefront #content p.stars a::before { font-family: WooCommerce !important; }
@media(max-width:760px) {
  body.tww-retail-storefront #content :is(.tww-section-head h2,.entry-title,.page-title) { font-size: 20px !important; }
}
