/* Site-wide Nunito weight adjustment. */
body,
body :where(a, button, input, textarea, select, label, p, span, small, li, dt, dd, blockquote, th, td, figcaption, h1, h2, h3, h4, h5, h6, strong, b, em, [class]) {
  font-weight: 500 !important;
}

strong,
b {
  font-weight: 600 !important;
}
