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

body {
    font-family: 'Iransans', sans-serif!important;
}
.text-left {
    text-align: right !important;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left:1rem!important;
}
