/* Override de Font Awesome CDN para forzar font-display y evitar FOIT. */
/* Mantiene el CSS de clases desde pro.fontawesome.com; solo redefine @font-face. */

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.woff2')
    format('woff2');
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('https://pro.fontawesome.com/releases/v5.10.0/webfonts/fa-solid-900.woff2')
    format('woff2');
}

