/* یکان بخت - Thin */
@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/yekan-bakh/YekanBakh-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* یکان بخت - Light */
@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/yekan-bakh/YekanBakh-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* یکان بخت - Regular */
@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/yekan-bakh/YekanBakh-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* یکان بخت - Medium */
@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/yekan-bakh/YekanBakh-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* یکان بخت - SemiBold */
@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/yekan-bakh/YekanBakh-SemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* یکان بخت - Bold */
@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/yekan-bakh/YekanBakh-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* یکان بخت - ExtraBold */
@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/yekan-bakh/YekanBakh-ExtraBold.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* یکان بخت - Black */
@font-face {
    font-family: 'YekanBakh';
    src: url('../fonts/yekan-bakh/YekanBakh-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* تنظیمات عمومی - فقط روی body */
body {
    font-family: 'YekanBakh', 'Tahoma', sans-serif !important;
    font-weight: 400;
}

/* حفظ فونت Font Awesome برای تمام نسخه‌ها */
i[class^="fa-"],
i[class*=" fa-"],
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-duotone,
.fa-brands,
.fa,
.fas,
.far,
.fal,
.fat,
.fad,
.fab {
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "FontAwesome" !important;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
