/* =========================
   فونت‌های محلی پروژه
   IRANSans FaNum + Vazirmatn
   بدون وابستگی به اینترنت
========================= */

/* IRANSans FaNum - Light */
@font-face {
    font-family: 'IRANSans';
    src: url('/fonts/IRANSansWeb_FaNum_Light.woff2') format('woff2'),
         url('/fonts/IRANSansWeb_FaNum_Light.woff')  format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* IRANSans FaNum - Regular */
@font-face {
    font-family: 'IRANSans';
    src: url('/fonts/IRANSansWeb_FaNum.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* IRANSans FaNum - Medium */
@font-face {
    font-family: 'IRANSans';
    src: url('/fonts/IRANSansWeb_FaNum_Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* IRANSans FaNum - Bold */
@font-face {
    font-family: 'IRANSans';
    src: url('/fonts/IRANSansWeb_FaNum_Bold.woff2') format('woff2'),
         url('/fonts/IRANSansWeb_FaNum_Bold.woff')  format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* IRANSans FaNum - Black */
@font-face {
    font-family: 'IRANSans';
    src: url('/fonts/IRANSansWeb_FaNum_Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Vazirmatn - Bold (برای عنوان‌های بزرگ) */
@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Vazirmatn - Black (برای تیترهای اصلی) */
@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
