/* Public typography policy: regular body text and restrained medium emphasis only. */

body,
body * {
  font-weight: 400 !important;
}

body :where(
  h1, h2, h3, h4, h5, h6,
  strong, b,
  button, .btn, summary, th,
  .logo__name,
  .main-nav__link,
  .header-top__phone,
  .footer__heading,
  .faq-question,
  .price-val,
  .about-stat__val,
  .review-author__name,
  .form-label,
  [class*="__title"],
  [class*="__name"],
  [class*="__heading"],
  [class*="__badge"],
  [class*="__eyebrow"],
  [class*="__price"],
  [class*="__stat-num"]
) {
  font-weight: 500 !important;
}
