/* Keep button labels visually consistent across every public page. */
html body[data-page]:not(#regular-type-scope) :is(button, input[type="button"], input[type="submit"], input[type="reset"], .btn, [role="button"]) {
  font-weight: 400 !important;
}

html body[data-page]:not(#regular-type-scope) :is(button, .btn, [role="button"]) :is(span, strong, b, small, p, h1, h2, h3, h4, h5, h6) {
  font-weight: 400 !important;
}
