﻿:root {  
    --CurrentFont : Vazir;    /* Samim , Nahid , Vazir*/
}

body {
    font-family: var(--CurrentFont),"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
 
/* Use Font-face Vazir*/
@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir/Vazir.eot');
    src: url('fonts/Vazir/Vazir.eot?#iefix') format('embedded-opentype'), url('fonts/Vazir/Vazir.woff2') format('woff2'), url('fonts/Vazir/Vazir.woff') format('woff'), url('fonts/Vazir/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir/Vazir-Bold.eot');
    src: url('fonts/Vazir/Vazir-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Vazir/Vazir-Bold.woff2') format('woff2'), url('fonts/Vazir/Vazir-Bold.woff') format('woff'), url('fonts/Vazir/Vazir-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir/Vazir-Black.eot');
    src: url('fonts/Vazir/Vazir-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Vazir/Vazir-Black.woff2') format('woff2'), url('fonts/Vazir/Vazir-Black.woff') format('woff'), url('fonts/Vazir/Vazir-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir/Vazir-Medium.eot');
    src: url('fonts/Vazir/Vazir-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Vazir/Vazir-Medium.woff2') format('woff2'), url('fonts/Vazir/Vazir-Medium.woff') format('woff'), url('fonts/Vazir/Vazir-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir/Vazir-Light.eot');
    src: url('fonts/Vazir/Vazir-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Vazir/Vazir-Light.woff2') format('woff2'), url('fonts/Vazir/Vazir-Light.woff') format('woff'), url('fonts/Vazir/Vazir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Vazir;
    src: url('fonts/Vazir/Vazir-Thin.eot');
    src: url('fonts/Vazir/Vazir-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/Vazir/Vazir-Thin.woff2') format('woff2'), url('fonts/Vazir/Vazir-Thin.woff') format('woff'), url('fonts/Vazir/Vazir-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/*End use font-face Vazir*/