/**
 * Font Awesome 6.4 — مسارات محلية (تجنب حجب مجلد vendor على Hostinger)
 */
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/assets/fontawesome/webfonts/fa-regular-400.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url("/assets/fontawesome/webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/assets/fontawesome/webfonts/fa-brands-400.woff2") format("woff2");
}

.fa,
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic {
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}

.fa-regular,
.far {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 400 !important;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400 !important;
}

.menu-item i,
.btn i,
.admin-btn__icon i,
.admin-icon-btn i,
.page-header i,
.search-box i,
.stat-card-icon i,
.primary-action-btn i,
.btn-icon i {
    font-family: "Font Awesome 6 Free" !important;
}

.menu-item i.fab,
.menu-item i.fa-brands,
.btn i.fab,
.btn i.fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
}
