/* Local Fonts - Vazir and Vazirmatn - Completely Offline */
/* This file uses only system fonts - no external requests */

/* Vazir Font - Persian/Farsi Font */
@font-face {
    font-family: 'Vazir';
    src: local('Vazir'), local('Vazir-Regular'), local('Vazir-FD');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: local('Vazir-Bold'), local('Vazir-Bold-FD');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: local('Vazir-Medium'), local('Vazir-Medium-FD');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: local('Vazir-Light'), local('Vazir-Light-FD');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Vazirmatn Font - Modern Persian/Farsi Font */
@font-face {
    font-family: 'Vazirmatn';
    src: local('Vazirmatn'), local('Vazirmatn-Regular');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: local('Vazirmatn-Bold');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: local('Vazirmatn-Medium');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: local('Vazirmatn-Light');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Fallback fonts for offline use - Vazirmatn first, then Vazir, then system fonts */
body {
    font-family: 'Vazirmatn', 'Vazir', 'Tahoma', 'Arial', 'Segoe UI', 'Helvetica Neue', 'Helvetica', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Vazirmatn', 'Vazir', 'Tahoma', 'Arial', 'Segoe UI', sans-serif;
    font-weight: 700;
}

/* No external requests - completely offline */
