/* Font Awesome 4.7 — خط محلي (بدون CDN) */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa:before {
    display: inline-block;
    font-family: FontAwesome !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 1;
    speak: never;
}

.fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; }
.fa-2x { font-size: 2em; }

.fa-spin {
    animation: fa-spin 1s infinite linear;
}

@keyframes fa-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}

.fa-cloud-upload:before { content: "\f0ee"; }
.fa-th-large:before { content: "\f009"; }
.fa-mobile:before { content: "\f10b"; }
.fa-android:before { content: "\f17b"; }
.fa-gamepad:before { content: "\f11b"; }
.fa-television:before { content: "\f26c"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-folder:before { content: "\f07b"; }
.fa-user-circle:before { content: "\f2bd"; }
.fa-sign-out:before { content: "\f08b"; }
.fa-link:before { content: "\f0c1"; }
.fa-code:before { content: "\f121"; }
.fa-globe:before { content: "\f0ac"; }
.fa-plus-circle:before { content: "\f055"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-upload:before { content: "\f093"; }
.fa-file:before { content: "\f15b"; }
.fa-file-o:before { content: "\f016"; }
.fa-search:before { content: "\f002"; }
.fa-refresh:before { content: "\f021"; }
.fa-list-alt:before { content: "\f022"; }
.fa-inbox:before { content: "\f01c"; }
.fa-download:before { content: "\f019"; }
.fa-trash-o:before { content: "\f014"; }
.fa-trash:before { content: "\f1f8"; }
.fa-times:before { content: "\f00d"; }
.fa-pencil:before { content: "\f040"; }
.fa-copy:before { content: "\f0c5"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-times-circle:before { content: "\f057"; }
.fa-exclamation-circle:before { content: "\f06a"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-spinner:before { content: "\f110"; }
.fa-hdd-o:before { content: "\f0a0"; }
.fa-hourglass-half:before { content: "\f252"; }
.fa-files-o:before { content: "\f0c5"; }
.fa-file-archive-o:before { content: "\f1c6"; }
.fa-database:before { content: "\f1c0"; }
.fa-cog:before { content: "\f013"; }
.fa-user:before { content: "\f007"; }
.fa-lock:before { content: "\f023"; }
.fa-sign-in:before { content: "\f090"; }
.fa-cogs:before { content: "\f085"; }
.fa-user-plus:before { content: "\f234"; }
.fa-cube:before { content: "\f1b2"; }
.fa-shield:before { content: "\f132"; }
.fa-external-link:before { content: "\f08e"; }

/* منع خط IBM Plex من استبدال الأيقونات */
.fa, .fa:before, i.fa {
    font-family: FontAwesome !important;
}

label .fa, .btn .fa, .side-link .fa, .url-box-title .fa,
.block-ico .fa, .tbl th .fa, .tbl-file .fa {
    font-family: FontAwesome !important;
}
