/* ====================================
   Persian RTL & Font Loading
   ==================================== */

/* ── Vazirmatn ── */
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/vazir/fonts/webfonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/vazir/fonts/webfonts/Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/vazir/fonts/webfonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/vazir/fonts/webfonts/Vazirmatn-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/vazir/fonts/webfonts/Vazirmatn-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* ── IranSans ── */
@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/iransans/files/IRANSansWeb.woff2') format('woff2'),
         url('../fonts/iransans/files/IRANSansWeb.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/iransans/files/IRANSansWeb_Medium.woff2') format('woff2'),
         url('../fonts/iransans/files/IRANSansWeb_Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/iransans/files/IRANSansWeb_Bold.woff2') format('woff2'),
         url('../fonts/iransans/files/IRANSansWeb_Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ── Tanha ── */
@font-face {
    font-family: 'Tanha';
    src: url('../fonts/tanha/Tanha.woff2') format('woff2'),
         url('../fonts/tanha/Tanha.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ── Estedad ── */
@font-face {
    font-family: 'Estedad';
    src: url('../fonts/Estedad/webfonts/statics/Estedad-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Estedad';
    src: url('../fonts/Estedad/webfonts/statics/Estedad-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Estedad';
    src: url('../fonts/Estedad/webfonts/statics/Estedad-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Estedad';
    src: url('../fonts/Estedad/webfonts/statics/Estedad-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Estedad';
    src: url('../fonts/Estedad/webfonts/statics/Estedad-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ── YekanBakh ── */
@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/yekan/WebYekan.woff') format('woff'),
         url('../fonts/yekan/WebYekan.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
