/* فایل: assets/css/fonts.css */

/* وزن سبک (Light) */
@font-face {
    font-family: 'Shabnam';
    src: url('../fonts/Shabnam-Light-FD.woff2') format('woff2'),
         url('../fonts/Shabnam-Light-FD.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* وزن معمولی (Regular) */
@font-face {
    font-family: 'Shabnam';
    src: url('../fonts/Shabnam-FD.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* وزن ضخیم (Bold) */
@font-face {
    font-family: 'Shabnam';
    src: url('../fonts/Shabnam-Bold-FD.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ------------------------------------------------ */
/* اعمال فونت شبنم به کل بدنه سایت                  */
/* ------------------------------------------------ */
body, html {
    font-family: 'Shabnam', Tahoma, Arial, sans-serif !important;
    direction: rtl;
}

/* تیترها به صورت پیش‌فرض از وزن Bold استفاده کنند */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
