/**
 * Persian Fonts - Local Installation
 * فونت‌های فارسی - نصب محلی (بدون وابستگی به اینترنت)
 */

/* ============================================
   Vazirmatn Font Family
   ============================================ */
@font-face {
    font-family: 'Vazirmatn';
    src: url('Vazirmatn/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('Vazirmatn/Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('Vazirmatn/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('Vazirmatn/Vazirmatn-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   Shabnam Font Family
   ============================================ */
@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam/Shabnam.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam/Shabnam-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   Samim Font Family
   ============================================ */
@font-face {
    font-family: 'Samim';
    src: url('Samim/Samim.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Samim';
    src: url('Samim/Samim-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   Tanha Font Family
   ============================================ */
@font-face {
    font-family: 'Tanha';
    src: url('Tanha/Tanha.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   Estedad Font (using Vazirmatn as fallback)
   ============================================ */
@font-face {
    font-family: 'Estedad';
    src: url('Vazirmatn/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Estedad';
    src: url('Vazirmatn/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   Sogand Font (Local System Font)
   ============================================ */
@font-face {
    font-family: 'Sogand';
    src: local('Sogand Outline'), local('سوگند توخالی'), local('Sogand-Outline');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Sogand';
    src: local('Sogand Outline Bold'), local('سوگند توخالی Bold');
    font-weight: 700;
    font-style: normal;
}

/* ============================================
   Global Font Settings
   ============================================ */
html[dir="rtl"] body,
body.rtl {
    font-family: 'Vazirmatn', 'Shabnam', 'Tahoma', 'Arial', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Sogand', 'Shabnam', 'Tanha', 'Vazirmatn', 'Tahoma', sans-serif;
}

button, .btn {
    font-family: 'Samim', 'Vazirmatn', 'Tahoma', 'Arial', sans-serif;
}

.accent-font {
    font-family: 'Estedad', 'Vazirmatn', 'Tahoma', sans-serif;
}
