/* فونت ایران یکان - وزن‌های مختلف */
@font-face {
    font-family: 'IRANYekan';
    src: url('/public/fonts/ttf/IRANYekanWebThin.ttf') format('truetype'),
         url('/public/fonts/woff2/IRANYekanWebThin.woff2') format('woff2'),
         url('/public/fonts/woff/IRANYekanWebThin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan';
    src: url('/public/fonts/ttf/IRANYekanWebLight.ttf') format('truetype'),
         url('/public/fonts/woff2/IRANYekanWebLight.woff2') format('woff2'),
         url('/public/fonts/woff/IRANYekanWebLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan';
    src: url('/public/fonts/ttf/IRANYekanWebRegular.ttf') format('truetype'),
         url('/public/fonts/woff2/IRANYekanWebRegular.woff2') format('woff2'),
         url('/public/fonts/woff/IRANYekanWebRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan';
    src: url('/public/fonts/ttf/IRANYekanWebMedium.ttf') format('truetype'),
         url('/public/fonts/woff2/IRANYekanWebMedium.woff2') format('woff2'),
         url('/public/fonts/woff/IRANYekanWebMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan';
    src: url('/public/fonts/ttf/IRANYekanWebBold.ttf') format('truetype'),
         url('/public/fonts/woff2/IRANYekanWebBold.woff2') format('woff2'),
         url('/public/fonts/woff/IRANYekanWebBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan';
    src: url('/public/fonts/ttf/IRANYekanWebExtraBold.ttf') format('truetype'),
         url('/public/fonts/woff2/IRANYekanWebExtraBold.woff2') format('woff2'),
         url('/public/fonts/woff/IRANYekanWebExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan';
    src: url('/public/fonts/ttf/IRANYekanWebBlack.ttf') format('truetype'),
         url('/public/fonts/woff2/IRANYekanWebBlack.woff2') format('woff2'),
         url('/public/fonts/woff/IRANYekanWebBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan';
    src: url('/public/fonts/ttf/IRANYekanWebExtraBlack.ttf') format('truetype'),
         url('/public/fonts/woff2/IRANYekanWebExtraBlack.woff2') format('woff2'),
         url('/public/fonts/woff/IRANYekanWebExtraBlack.woff') format('woff');
    font-weight: 950;
    font-style: normal;
    font-display: swap;
}