/* Sitewide typography: default 400, maximum emphasis 500 (loads on homepage critical path where custom.css is omitted). */
html {
  font-weight: 400;
}
body {
  font-weight: 400;
}
.fw-semibold,
.fw-bold,
.fw-bolder {
  font-weight: 500 !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-weight: 500 !important;
}
