/* ==================== فونت وزیرمتن ==================== */
@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* ==================== استایل عمومی ==================== */
* {
    font-family: 'Vazirmatn', Tahoma, 'Segoe UI', sans-serif;
}

body {
    font-family: 'Vazirmatn', Tahoma, 'Segoe UI', sans-serif;
    /* بقیه استایل‌های body رو می‌تونید از هر صفحه به اینجا منتقل کنید */
}

/* می‌توانید سایر استایل‌های مشترک مثل header، card، button و ... را نیز اینجا قرار دهید */