/* Import Vazirmatn font */
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/vazirmatn/Vazir-Thin-FD-WOL.woff2') format('woff2'),
         url('../fonts/vazirmatn/Vazir-Thin-FD-WOL.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/vazirmatn/Vazir-Light-FD-WOL.woff2') format('woff2'),
         url('../fonts/vazirmatn/Vazir-Light-FD-WOL.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/vazirmatn/Vazir-FD-WOL.woff2') format('woff2'),
         url('../fonts/vazirmatn/Vazir-FD-WOL.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/vazirmatn/Vazir-Medium-FD-WOL.woff2') format('woff2'),
         url('../fonts/vazirmatn/Vazir-Medium-FD-WOL.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/vazirmatn/Vazir-Bold-FD-WOL.woff2') format('woff2'),
         url('../fonts/vazirmatn/Vazir-Bold-FD-WOL.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/* Apply Vazirmatn font globally */
body {
    font-family: 'Vazirmatn', sans-serif;
}