/* Archive repair. The 2019 capture linked Font Awesome 5 from use.fontawesome.com,
   which the archive CSP blocks, so all 96 social icons rendered as empty boxes.
   The brands webfont was already mirrored with the Divi theme, so this declares it
   locally and defines only the three icons the era actually uses. No CDN, no CSP
   change, nothing third-party. */
@font-face{
  font-family:'Font Awesome 5 Brands';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-brands-400.woff2') format('woff2'),
      url('/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-brands-400.woff') format('woff'),
      url('/wp-content/themes/Divi/core/admin/fonts/fontawesome/fa-brands-400.ttf') format('truetype');
}
.fab{font-family:'Font Awesome 5 Brands';font-weight:400}
.fab,.fa,.fas,.far{
  -moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;
  display:inline-block;font-style:normal;font-variant:normal;
  text-rendering:auto;line-height:1;
}
.fa-facebook-f:before{content:"\f39e"}
.fa-instagram:before{content:"\f16d"}
.fa-linkedin-in:before{content:"\f0e1"}
