/* تعريف الخط محلياً من مجلد fonts داخل قالب MS-Exp */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap; 
    src: url('../fonts/fa-solid-900.woff2') format('woff2');
}

/* الكود الأساسي لتشغيل الأيقونات الصلبة */
.fa, .fas, .fa-solid {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}