/* Local copy of the only Font Awesome 6.1.1 face used by legacy footer.php.
 * The production header loads this from cdnjs; shipping the source font here
 * preserves the glyphs without creating a browser-time third-party dependency. */
@font-face {
  font-family: 'Legacy Font Awesome Brands';
  src: url('/static/legacy-source/fontawesome/fa-brands-400.woff2') format('woff2');
  font-display: block;
  font-style: normal;
  font-weight: 400;
}

.legacy-fa-brand::before {
  display: block;
  font-family: 'Legacy Font Awesome Brands';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.legacy-fa-brand--vk::before { content: '\f189'; }
.legacy-fa-brand--telegram::before { content: '\f2c6'; }
.legacy-fa-brand--whatsapp::before { content: '\f232'; }
.legacy-fa-brand--instagram::before { content: '\f16d'; }
.legacy-fa-brand--facebook::before { content: '\f39e'; }
.legacy-fa-brand--youtube::before { content: '\f167'; }
.legacy-fa-brand--odnoklassniki::before { content: '\f263'; }
.legacy-fa-brand--tiktok::before { content: '\e07b'; }
.legacy-fa-brand--other::before { content: '↗'; font-family: Arial, sans-serif; }
