/* Override Font Awesome (CDN) para que use font-display: swap y evite FOIT.
   No cambia la fuente ni su aspecto, solo el comportamiento al cargar. */
@font-face {
    font-family: 'FontAwesome';
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
