/* تعریف فونت */


@font-face {
    font-family: 'IRANSans';
    src: url('../../fonts/IRANSans-web.woff2') format('woff2'), url('../../fonts/IRANSans-web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    font-family: 'IRANSans', sans-serif !important;
}