:root {
  --zoofix-weight-body: 400;
  --zoofix-weight-meta: 600;
  --zoofix-weight-control: 650;
  --zoofix-weight-heading: 400;
}

body {
  font-weight: var(--zoofix-weight-body);
}

:where(h1, h2, h3, h4, h5, h6),
:where(.wp-block-heading, .demo-product-card h2, .demo-product h1, .content-hero h1) {
  font-weight: var(--zoofix-weight-heading) !important;
}

:where(button, .button, [role="button"], input[type="button"], input[type="submit"], .wp-block-button__link),
:where(.header-shell nav a, .footer-nav a, strong, b, .price, .woocommerce-Price-amount) {
  font-weight: var(--zoofix-weight-control) !important;
}

:where(label, .breadcrumbs, .eyebrow, .kicker, .demo-product-card__kind, .demo-product__kind),
:where(.demo-product-facts dt, .woocommerce-breadcrumb, .wp-block-post-terms) {
  font-weight: var(--zoofix-weight-meta) !important;
}
