/**
 * Vazirmatn Font Styles - Global Font Configuration
 * All chat subdomain pages use this font
 */

/* Vazirmatn Font Faces */
@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazir-Thin.woff2') format('woff2'),
         url('/fonts/Vazir-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazir-Light.woff2') format('woff2'),
         url('/fonts/Vazir-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazir-Regular.woff2') format('woff2'),
         url('/fonts/Vazir-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazir-Medium.woff2') format('woff2'),
         url('/fonts/Vazir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazir-Bold.woff2') format('woff2'),
         url('/fonts/Vazir-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazir-Black.woff2') format('woff2'),
         url('/fonts/Vazir-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Global Font Application */
* {
    font-family: 'Vazirmatn', 'Tahoma', 'Arial', sans-serif !important;
}

body {
    font-family: 'Vazirmatn', 'Tahoma', 'Arial', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Vazirmatn', 'Tahoma', 'Arial', sans-serif !important;
    font-weight: 700;
}

button, input, textarea, select {
    font-family: 'Vazirmatn', 'Tahoma', 'Arial', sans-serif !important;
}

a, p, span, li, td, th {
    font-family: 'Vazirmatn', 'Tahoma', 'Arial', sans-serif !important;
}