/**
 * Font Awesome 6.5.1 - Self-Hosted
 * همه آیکون‌های مورد استفاده در قالب
 */

/* ============================================
   Font Face ها - بارگذاری از سرور خودمان
   ============================================ */

@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url('font-awesome/fa-solid-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    src: url('font-awesome/fa-regular-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    src: url('font-awesome/fa-brands-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   کلاس‌های پایه
   ============================================ */

.fas, .fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.far, .fa-regular {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
}

.fab, .fa-brands {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

.fa, .fas, .far, .fal, .fad, .fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* ============================================
   همه آیکون‌های استفاده شده
   ============================================ */

.fa-brain:before { content: "\f5dc"; }
.fa-search:before { content: "\f002"; }
.fa-moon:before { content: "\f186"; }
.fa-sun:before { content: "\f185"; }
.fa-bars:before { content: "\f0c9"; }
.fa-times:before { content: "\f00d"; }
.fa-home:before { content: "\f015"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-calendar-alt:before { content: "\f073"; }
.fa-comment:before { content: "\f075"; }
.fa-eye:before { content: "\f06e"; }
.fa-user:before { content: "\f007"; }
.fa-clock:before { content: "\f017"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-tag:before { content: "\f02b"; }
.fa-archive:before { content: "\f187"; }
.fa-instagram:before { content: "\f16d"; }
.fa-telegram-plane:before { content: "\f3fe"; }
.fa-youtube:before { content: "\f167"; }
.fa-spotify:before { content: "\f1bc"; }
.fa-linkedin-in:before { content: "\f0e1"; }
.fa-quote-right:before { content: "\f10e"; }
.fa-video:before { content: "\f03d"; }
.fa-newspaper:before { content: "\f1ea"; }
.fa-clipboard-list:before { content: "\f46d"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-star:before { content: "\f005"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-map-signs:before { content: "\f277"; }
.fa-bookmark:before { content: "\f02e"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-file-pdf:before { content: "\f1c1"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-link:before { content: "\f0c1"; }
.fa-calendar-check:before { content: "\f274"; }