/* Stable icon rendering across browsers and mobile devices. */
.focus-icon,
.social-icon,
.footer-social a {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", sans-serif;
  font-weight: 900;
}

.focus-icon {
  align-items: center;
  display: inline-flex;
  font-size: 0;
  justify-content: center;
}

.focus-icon::before {
  font-size: 1.2rem;
}

.focus-item:nth-child(1) .focus-icon::before { content: "\f135"; }
.focus-item:nth-child(2) .focus-icon::before { content: "\f1ea"; }
.focus-item:nth-child(3) .focus-icon::before { content: "\f6c3"; }
.focus-item:nth-child(4) .focus-icon::before { content: "\f51e"; }
.focus-item:nth-child(5) .focus-icon::before { content: "\f19d"; }
.focus-item:nth-child(6) .focus-icon::before { content: "\f0fa"; }
.focus-item:nth-child(7) .focus-icon::before { content: "\f1ad"; }
.focus-item:nth-child(8) .focus-icon::before { content: "\f6fc"; }
.focus-item:nth-child(9) .focus-icon::before { content: "\f4c0"; }
.focus-item:nth-child(10) .focus-icon::before { content: "\f508"; }
.focus-item:nth-child(11) .focus-icon::before { content: "\f2db"; }
.focus-item:nth-child(12) .focus-icon::before { content: "\f3cd"; }
.focus-item:nth-child(13) .focus-icon::before { content: "\f1ad"; }
.focus-item:nth-child(14) .focus-icon::before { content: "\f6ff"; }
.focus-item:nth-child(15) .focus-icon::before { content: "\f5dc"; }
.focus-item:nth-child(16) .focus-icon::before { content: "\f1ad"; }

.footer-social a {
  font-size: 0;
}

.footer-social a::before {
  font-size: .72rem;
}

.footer-social a:nth-child(1)::before { content: "\f39e"; font-family: "Font Awesome 6 Brands"; }
.footer-social a:nth-child(2)::before { content: "X"; font-family: "DM Sans", sans-serif; font-size: .72rem; font-weight: 700; line-height: 1; }
.footer-social a:nth-child(3)::before { content: "\f0e1"; font-family: "Font Awesome 6 Brands"; }
.footer-social a:nth-child(4)::before { content: "\f167"; font-family: "Font Awesome 6 Brands"; }
.footer-social a:nth-child(5)::before { content: "\f16d"; font-family: "Font Awesome 6 Brands"; }

.social-icon {
  font-size: 0;
}

.social-link:nth-child(1) .social-icon::before { content: "\f39e"; font-family: "Font Awesome 6 Brands"; font-size: .9rem; }
.social-link:nth-child(2) .social-icon::before { content: "\e61f"; font-family: "Font Awesome 6 Brands"; font-size: .9rem; }
.social-link:nth-child(3) .social-icon::before { content: "\f0e1"; font-family: "Font Awesome 6 Brands"; font-size: .9rem; }
.social-link:nth-child(4) .social-icon::before { content: "\f167"; font-family: "Font Awesome 6 Brands"; font-size: .9rem; }
.social-link:nth-child(5) .social-icon::before { content: "\f16d"; font-family: "Font Awesome 6 Brands"; font-size: .9rem; }
