/* Minimal Bootstrap Icons subset (2026-07-25).
 * contact-us.php was pulling the full bootstrap-icons stylesheet (~100KB of
 * rules for ~2000 glyphs) from a third-party CDN, render-blocking, purely to
 * show four social icons. These are those four rules plus the @font-face,
 * served from our own origin. The .woff2 itself is unchanged upstream v1.11.1.
 */
@font-face{
  font-display:swap;
  font-family:"bootstrap-icons";
  src:url("/css/fonts/bootstrap-icons.woff2") format("woff2");
}
.bi::before,[class^="bi-"]::before,[class*=" bi-"]::before{
  display:inline-block;
  font-family:"bootstrap-icons"!important;
  font-style:normal;font-weight:normal!important;font-variant:normal;
  text-transform:none;line-height:1;vertical-align:-.125em;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}
.bi-facebook::before  { content:"\f344"; }
.bi-instagram::before { content:"\f437"; }
.bi-linkedin::before  { content:"\f472"; }
.bi-twitter-x::before { content:"\f8db"; }
