/* =============================================
   Dynamic Post - FA4 Disabled (v8.1.9)
   All icons now use Font Awesome 6 from CDN
   ============================================= */

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

/* Force all old fa- classes to use FA6 */
.fa, .fas, .far, .fab,
[class*="fa-"] {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

/* Hide any broken old font icons */
@font-face {
    font-family: 'FontAwesome';
    src: none;
}