
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    background-color: #f3f4f6; /* پس‌زمینه ملایم */
}

/* تنظیمات اسکرول‌بار اختصاصی برای زیبایی بیشتر */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 4px;
}
::-webkit-scrollbar-thumb {
    background: #c7d2fe; 
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #818cf8; 
}

/* تشخیص خودکار جهت متن (راست‌چین برای فارسی، چپ‌چین برای کد و لینک‌ها) */
.auto-dir {
    unicode-bidi: plaintext;
    text-align: start;
}