/* Questionnaire text must not inherit the global regular-weight typography rule. */
.matching-dialog .matching-flow-body :where(
  button,
  label,
  p,
  small,
  li,
  dt,
  dd,
  span,
  strong,
  b,
  em
) {
  font-weight: 600 !important;
}

.matching-dialog .matching-flow-footer :where(button, span, strong, b, em) {
  font-weight: 600 !important;
}
