/**
 * فونت ایران‌یکان – از طریق Laravel (public) سرو می‌شود.
 * فایل‌ها در public/fonts/woff (فقط .woff)
 */
@font-face {
    font-family: 'IranYekan';
    src: url('/fonts/woff/IRANYekanWebThin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IranYekan';
    src: url('/fonts/woff/IRANYekanWebLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IranYekan';
    src: url('/fonts/woff/IRANYekanWebRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IranYekan';
    src: url('/fonts/woff/IRANYekanWebMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IranYekan';
    src: url('/fonts/woff/IRANYekanWebBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IranYekan';
    src: url('/fonts/woff/IRANYekanWebExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IranYekan';
    src: url('/fonts/woff/IRANYekanWebBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
