/* ===== Vazir ===== */

@font-face {
    font-family: 'Vazir';
    src: url('/assets/fonts/Vazir.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('/assets/fonts/Vazir-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* اعمال فونت به کل سایت */
html,
body,
body *:not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fa-solid):not(.fa-regular):not(.fa-brands):not(.bi) {
    font-family: 'Vazir', Tahoma, sans-serif !important;
}

/* Font Awesome */
.fa,
.fas,
.far,
.fab,
.fal,
.fa-solid,
.fa-regular,
.fa-brands {
    font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
}

/* Bootstrap Icons */
.bi,
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    font-family: "bootstrap-icons" !important;
}