@font-face {
    font-family: 'IRANYekan';
    src: url('../assets/fonts/Qs_Iranyekan.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --fa-rtl-font-family: 'IRANYekan', 'Mukta Vaani', sans-serif;
}

html,
body {
    font-family: var(--fa-rtl-font-family) !important;
}

body *:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fad):not(.fab):not(.material-icons):not(.feather):not(.ion):not(.ion-md):not(.ion-ios):not(.ti):not(.la):not(.las):not(.lab):not(.mdi):not(.icofont):not([class*="icon-"]):not([class^="icon-"]) {
    font-family: var(--fa-rtl-font-family) !important;
}

body input,
body select,
body textarea,
body button,
body .form-control {
    font-family: var(--fa-rtl-font-family) !important;
}

body .btn,
body .dropdown-menu,
body .nav,
body .navbar,
body .list-group-item,
body .modal,
body .table,
body .card,
body .badge,
body .pagination,
body .tooltip,
body .popover {
    font-family: var(--fa-rtl-font-family) !important;
}
