/* BR NEWS DETAIL TITLE FONT V1
   News detail H1 uses the same Trebuchet-style bold typography as the reference. */
html body.siteBody .brNewsArticleTitle,
html body.siteBody main.siteMainSubpage > .wrap.article > h1,
html body.siteBody main.siteMainSubpage .blogIntro > h1,
html body.siteBody main.siteMainSubpage .newsArchiveHeader > h1,
html body.siteBody main.siteMainSubpage .contactHeader > h1,
html body.siteBody main.siteMainSubpage .siteSearchPageHead > h1,
html body.siteBody main.siteMainSubpage > .wrap > h1,
html body.siteBody main.siteMainSubpage > .wrap > div:first-child > h1{
  font-family:"Trebuchet MS",Trebuchet,Arial,sans-serif !important;
  font-weight:700 !important;
  font-style:normal !important;
  letter-spacing:-.02em !important;
}
