/* Font Awesome - Load from CDN with font-display: swap override for better FCP */
@import url('https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.2.0/css/all.min.css');

/* Override font-display from block to swap for all font faces - improves First Contentful Paint */
@font-face {
  font-family: 'Font Awesome 7 Free' !important;
  font-display: swap !important;
}

@font-face {
  font-family: 'Font Awesome 7 Brands' !important;
  font-display: swap !important;
}

@font-face {
  font-family: 'Font Awesome 6 Free' !important;
  font-display: swap !important;
}

@font-face {
  font-family: 'Font Awesome 6 Brands' !important;
  font-display: swap !important;
}