/* ============================================
   فونت استعداد (Estedad) - تمام وزن‌ها
   ============================================ */

/* استعداد - نازک (Thin) */
@font-face {
    font-family: 'Estedad';
    src: url('/static/fonts/Estedad/Estedad-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* استعداد - بسیار سبک (Extra Light) */
@font-face {
    font-family: 'Estedad';
    src: url('/static/fonts/Estedad/Estedad-ExteraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* استعداد - سبک (Light) */
@font-face {
    font-family: 'Estedad';
    src: url('/static/fonts/Estedad/Estedad-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* استعداد - معمولی (Regular) */
@font-face {
    font-family: 'Estedad';
    src: url('/static/fonts/Estedad/Estedad-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* استعداد - متوسط (Medium) */
@font-face {
    font-family: 'Estedad';
    src: url('/static/fonts/Estedad/Estedad-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* استعداد - نیمه ضخیم (Semi Bold) */
@font-face {
    font-family: 'Estedad';
    src: url('/static/fonts/Estedad/Estedad-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* استعداد - ضخیم (Bold) */
@font-face {
    font-family: 'Estedad';
    src: url('/static/fonts/Estedad/Estedad-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* استعداد - بسیار ضخیم (Extra Bold) */
@font-face {
    font-family: 'Estedad';
    src: url('/static/fonts/Estedad/Estedad-ExteraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* استعداد - سیاه (Black) */
@font-face {
    font-family: 'Estedad';
    src: url('/static/fonts/Estedad/Estedad-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}