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


body,
button,
input,
select,
textarea ,
*:not(i)
{
    font-family: 'IRANSansWeb',  Tahoma, Geneva, Verdana, sans-serif !important;
}