/* Match the Field Guides heading weight throughout the portal. */
h1,h2,h3,h4,h5,h6,
:is(h1,h2,h3,h4,h5,h6) :is(strong,b,span){
  font-family:Satoshi,Arial,sans-serif!important;
  font-weight:500!important;
  font-synthesis:none;
}
