/* FontAwesome 4.2.0 icon subset for public pages.
   Generated 2026-08-22: templates use exactly the 18 icons below (verified
   against every public *.php and the CMS database — no class="..." markup in
   blog/showcase/miscellaneous content). The subset webfont (1.8 KB woff2) is
   built from the original fontawesome-webfont.ttf with pyftsubset; browsers
   without woff2 fall back to the untouched full fontawesome-webfont.woff.
   The full font-awesome.min.css remains in place for the CMS admin. */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont-subset.woff2?v=4.2.0') format('woff2'),
       url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-angle-down:before { content: "\f107"; }
.fa-bars:before { content: "\f0c9"; }
.fa-caret-down:before { content: "\f0d7"; }
.fa-caret-right:before { content: "\f0da"; }
.fa-caret-up:before { content: "\f0d8"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-circle:before { content: "\f111"; }
.fa-circle-o:before { content: "\f10c"; }
.fa-facebook:before { content: "\f09a"; }
.fa-facebook-square:before { content: "\f082"; }
.fa-google-plus:before { content: "\f0d5"; }
.fa-linkedin:before { content: "\f0e1"; }
.fa-linkedin-square:before { content: "\f08c"; }
.fa-pinterest:before { content: "\f0d2"; }
.fa-pinterest-square:before { content: "\f0d3"; }
.fa-times:before { content: "\f00d"; }
.fa-twitter:before { content: "\f099"; }
