/**
 * فایل جامع مدیریت فونت‌ها و آیکون‌ها
 */

/* ==================== Font Awesome 6 ==================== */
@import url('fontawesome.min.css');

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

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

/* ==================== Playfair Display ==================== */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&display=swap');

/* ==================== تنظیمات عمومی ==================== */
body {
    font-family: 'Vazir', 'Segoe UI', Tahoma, sans-serif;
}

h1, h2, h3, h4, h5, .brand-font {
    font-family: 'Playfair Display', 'Vazir', serif;
}

/* ==================== Font Awesome ==================== */
.fa, .fas, .far, .fal, .fab,
.fa-solid, .fa-regular, .fa-brands {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.far, .fa-regular { font-weight: 400; }
.fab, .fa-brands { font-family: 'Font Awesome 6 Brands'; font-weight: 400; }
