/* Font display swap for Yekan/IRANYekan/eicons */
@font-face {
    font-family: 'YekanBakh';
    src: url('../woff/YekanBakh-Light.woff') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'IRANYekan';
    src: url('../woff/IRANYekanWebRegular.woff') format('woff2');
    font-display: swap;
}
/* Add for all Yekan variants and eicons.woff2 */
@font-face {
    font-family: 'eicons';
    src: url('../fonts/eicons.woff2') format('woff2');
    font-display: swap;
}