/* Article HTML uses the same CSS as the original PHP pages.
   This file only stops blog/article wrappers from changing that look. */

.contact-page i[class*="fa-"],
#pricing i[class*="fa-"],
#faq i[class*="fa-"],
#cta i[class*="fa-"] {
  font-style: normal;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands";
}

.contact-page i.far,
.contact-page i.fa-regular {
  font-weight: 400;
}

.contact-page i.fas,
.contact-page i.fa-solid,
#pricing i.fa-solid,
#faq i.fa-solid {
  font-weight: 900;
}

.contact-page .contact-layout > .contact-page,
.contact-page .contact-aside .contact-shell {
  display: contents;
}
