/* Font Faces */

@font-face {
    font-family: 'IRANSans';
    src: url('assets/css/fonts/IRANSansWeb.woff2') format('woff2');
}

@font-face {
    font-family: 'IRANSans';
    src: url('assets/css/fonts/IRANSansWeb(FaNum).woff2') format('woff2'), ;
}

body {
    font-family: 'IRANSans', sans-serif;
}

html[dir="rtl"] {
    font-family: IRANSans, system-ui, -apple-system, sans-serif;
}

.rtl .footer-widget ul li a:before {
    content: '\f053';
    /* FontAwesome chevron-left */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    @apply ml-2 text-xs;
}