@layer base {
    @font-face {
        font-family: 'yekanbakh-light';
        font-style: normal;
        font-weight: 200;
        font-display: swap;
        src: url('../fonts/yekanbakh/otf/light.otf') format('otf'),
        url('../fonts/yekanbakh/ttf/light.ttf') format('truetype'),
        url('../fonts/yekanbakh/woff/light.woff') format('woff'),
        url('../fonts/yekanbakh/woff2/light.woff2') format('woff2');
    }
    @font-face {
        font-family: 'yekanbakh-normal';
        font-style: normal;
        font-weight: normal;
        font-display: swap;
        src: url('../fonts/yekanbakh/otf/regular.otf') format('otf'),
        url('../fonts/yekanbakh/ttf/regular.ttf') format('truetype'),
        url('../fonts/yekanbakh/woff/regular.woff') format('woff'),
        url('../fonts/yekanbakh/woff2/regular.woff2') format('woff2');
    }
    @font-face {
        font-family: 'yekanbakh-semi-bold';
        font-style: normal;
        font-weight: 500;
        font-display: swap;
        src: url('../fonts/yekanbakh/otf/semi-bold.otf') format('otf'),
        url('../fonts/yekanbakh/ttf/semi-bold.ttf') format('truetype'),
        url('../fonts/yekanbakh/woff/semi-bold.woff') format('woff'),
        url('../fonts/yekanbakh/woff2/semi-bold.woff2') format('woff2');
    }
    @font-face {
        font-family: 'yekanbakh-bold';
        font-style: normal;
        font-weight: bold;
        font-display: swap;
        src: url('../fonts/yekanbakh/otf/bold.otf') format('otf'),
        url('../fonts/yekanbakh/ttf/bold.ttf') format('truetype'),
        url('../fonts/yekanbakh/woff/bold.woff') format('woff'),
        url('../fonts/yekanbakh/woff2/bold.woff2') format('woff2');
    }
    @font-face {
        font-family: 'yekanbakh-extra-bold';
        font-style: normal;
        font-weight: 900;
        font-display: swap;
        src: url('../fonts/yekanbakh/otf/extra-bold.otf') format('otf'),
        url('../fonts/yekanbakh/ttf/extra-bold.ttf') format('truetype'),
        url('../fonts/yekanbakh/woff/extra-bold.woff') format('woff'),
        url('../fonts/yekanbakh/woff2/extra-bold.woff2') format('woff2');
    }
}