@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Vazirmatn-Thin.woff2') format('woff2');
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Vazirmatn-Light.woff2') format('woff2');
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Vazirmatn-SemiBold.woff2') format('woff2');
}

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

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Vazirmatn-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Vazirmatn-Black.woff2') format('woff2');
}

body {
    font-family: 'Vazir' !important;
}