.rich-text__heading :is(h1, h2, h3, h4, h5, h6, p, span) strong,
.rich-text__heading :is(h1, h2, h3, h4, h5, h6, p, span) b {
  font-family: var(--secondary-font-body-family);
  font-style: var(--secondary-font-body-style);
}

.rich-text__buttons .btn {
  text-transform: none;
  font-weight: 600;
}
