/*
 * IRANSans Web Font — Local
 * Source: https://cdn.jsdelivr.net/npm/iransans@1.0.0/
 */

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 300;
    src: local('IRANSans Light'),
         url('IRANSansWeb_Light.woff2') format('woff2'),
         url('IRANSansWeb_Light.woff')  format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 400;
    src: local('IRANSans'),
         url('IRANSansWeb.woff2') format('woff2'),
         url('IRANSansWeb.woff')  format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 500;
    src: local('IRANSans Medium'),
         url('IRANSansWeb_Medium.woff2') format('woff2'),
         url('IRANSansWeb_Medium.woff')  format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: 700;
    src: local('IRANSans Bold'),
         url('IRANSansWeb_Bold.woff2') format('woff2'),
         url('IRANSansWeb_Bold.woff')  format('woff');
    font-display: swap;
}
