@font-face {
    font-family: 'IRANSans';
    src: url('/fonts/IRANSans/IRANSans.eot'); /* IE9 Compat Modes */
    src: url('/fonts/IRANSans/IRANSans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/IRANSans/IRANSans.woff2') format('woff2'), /* Modern Browsers */
    url('/fonts/IRANSans/IRANSans.woff') format('woff'), /* Modern Browsers */
    url('/fonts/IRANSans/IRANSans.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* اعمال فونت به کل محیط نوا */
.nova-theme,
.nova-theme *,
.v-application,
.v-application *,
body,
input,
textarea,
select,
button {
    font-family: 'IRANSans', sans-serif !important;
}

