﻿/* فونت قاصدک */
@font-face {
    font-family: 'ghasedak';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Digi Ghasedak Bold.ttf') format('truetype');
    font-display: swap;
}

/* فونت ایرانیان سانس */
@font-face {
    font-family: 'iransans';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Iranian Sans.ttf') format('truetype');
    font-display: swap;
   
}

@font-face {
    font-family: 'Negar';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/A Negaar Regular.ttf') format('truetype');
    font-display: swap;
}
/* کل بدنه - فونت قاصدک */
body {
    font-family: 'iransans', Arial, sans-serif;
    text-align: right; /* راست‌چین */
    word-spacing: -2px; /* فاصله عادی بین کلمات */
    letter-spacing: normal; /* فاصله عادی بین حروف */
    direction: rtl; /* جهت راست به چپ */
}

/* فقط تگ p - فونت ایرانیان سانس */
.ghasedak {
    font-family: 'ghasedak', Arial, sans-serif;
    word-spacing: normal;

}

.persianNum {
    font-family: 'Negar';
}
