/* Minimal Font Awesome subset — this site uses exactly 5 icons.
   Replaces font-awesome-pro.min.css (500KB) + drops fa-thin-100.woff2 (455KB).
   Original file kept on disk for rollback. */
.fa-brands,.fab,.fa-thin,.fat{
  -moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;
  display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;
  line-height:1;text-rendering:auto}
@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;
  font-display:swap;src:url(../fonts/fa-brands-400.woff2) format("woff2")}
.fa-brands,.fab{font-family:"Font Awesome 6 Brands";font-weight:400}
.fa-facebook-f:before{content:"\f39e"}
.fa-instagram:before{content:"\f16d"}
.fa-linkedin-in:before{content:"\f0e1"}
.fa-x-twitter:before{content:"\e61b"}
/* close (x) button — system glyph, no webfont needed */
.fa-thin.fa-times:before,.fa-times:before{content:"\00d7";font-family:inherit;
  font-weight:300;font-size:1.5em;line-height:1}
