/* فونت آیکون مرکزی - استفاده از فونت داخلی */
@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../fonts/fontawesome-free-7.1.0-web/webfonts/fa-solid-900.woff2') format('woff2');
}

@font-face {
    font-family: 'FontAwesome Brands';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../fonts/fontawesome-free-7.1.0-web/webfonts/fa-brands-400.woff2') format('woff2');
}

@font-face {
    font-family: 'FontAwesome Regular';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../fonts/fontawesome-free-7.1.0-web/webfonts/fa-regular-400.woff2') format('woff2');
}

/* بازنویسی کلیه فونت‌ها به فونت داخلی */
.fa,
.fas,
.far,
.fab,
[class*="fa-"],
[class^="fa-"] {
    font-family: 'FontAwesome' !important;
}

/* آیکون‌های اصلی */
.fa-search:before { content: "\f002"; }
.fa-user:before { content: "\f007"; }
.fa-shopping-cart:before { content: "\f07a"; }
.fa-bars:before { content: "\f0c9"; }
.fa-phone:before { content: "\f095"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-home:before { content: "\f015"; }
.fa-heart:before { content: "\f004"; }
.fa-star:before { content: "\f005"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-times:before { content: "\f00d"; }
.fa-check:before { content: "\f00c"; }
.fa-angle-left:before { content: "\f104"; }
.fa-angle-right:before { content: "\f105"; }
.fa-angle-down:before { content: "\f107"; }
.fa-angle-up:before { content: "\f106"; }
.fa-plus:before { content: "\f067"; }
.fa-minus:before { content: "\f068"; }
.fa-eye:before { content: "\f06e"; }
.fa-trash:before { content: "\f1f8"; }
.fa-edit:before { content: "\f044"; }
.fa-save:before { content: "\f0c7"; }
.fa-share:before { content: "\f064"; }
.fa-filter:before { content: "\f0b0"; }
.fa-sort:before { content: "\f0dc"; }
