/* تعریف فونت‌های مختلف */
@font-face {
    font-family: 'IranYekan';
    src: url('fonts/BYekan/iranyekanwebboldfanum.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'IranYekan';
    src: url('fonts/BYekan/iranyekanwebmediumfanum.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'IranYekan';
    src: url('fonts/BYekan/iranyekanweblightfanum.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

/* اعمال فونت پیش‌فرض برای کل سایت */
body, html {
    font-family: 'IranYekan', sans-serif !important;
    direction: rtl;
    text-align: right;
}

/* تنظیمات خاص برای وزن‌های مختلف */
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

p, span, a, li, td, th, label {
    font-weight: 500;
}

.small-text, .muted-text {
    font-weight: 300;
}
