@font-face {
    font-family: "Vazir";
    src: url("../fonts/Vazirmatn-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Vazir";
    src: url("http://industrial1.webisaz.ir/fonts/Vazirmatn-Medium.ttf");
    
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Vazir";
    src: url("http://industrial1.webisaz.ir/fonts/Vazirmatn-Light.ttf");    
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Vazir";
    src: url("http://industrial1.webisaz.ir/fonts/Vazirmatn-Bold.ttf");    
    font-weight: bold;
    font-style: normal;
}
/* @font-face {
    font-family: "Vazir";
    src: url("../fonts/Vazir-Medium.eot");
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: "Vazir";
    src: url("http://industrial1.webisaz.ir/fonts/Vazir-Medium.woff");
    
    font-weight: 500;
    font-style: normal;
}

:root{
    --primary : #EE273A ;
    --secondary : #9A9EA6 ;
    --tertiary : #222222;
    --lightRed : #FDF7FA ;
    --lightGray : #F0F1F2; 
    --white : #f2f2f2;
    --darkWhite : #FAFAFA;
    --gray : #9F9F9F;
    --green : #02C143;
    --darkGray : #474747;
    --highlightedRed : rgba(238, 39, 58, 0.1);
    --darkRed : #D11F30;
    --verylightGray: #8F8F8F;
    --veryDrakGray : rgba(34, 34, 34, 0.6);
    --fontFamily : "Vazir" ;
    --pureWhite : #FFFFFF ;
    --overlay : rgba(31, 41, 55, 0.3);
    --red : rgba(238, 39, 58, 0.9);
    --highlightGray : rgba(255, 255, 255, 0.9);
    --darkBlue : #1F2937;
    --blueGrray : #6B7280 ;
    --lightBlack : #333333;
    --whiteBlue : #F2F2F5;
    --grayInBlue : #7B809A ;
    --veryGray : #777777 ;
    --border : #DFDFDF ; 
    --sticker : #F4F4F4;
    --blueGray : #E7E7ED ;
    --purpleBlack: #1D1929;
    --infoGray : #77757F;
    --activeRed : rgba(238, 39, 58, 0.05) ;
    --loginGray: #767676;
    --tooltipGray :rgba(34, 34, 34, 0.5) ;
    --pink : #F2446E;
    --darkGreen : rgba(0, 106, 36, 0.3);
    --dot : rgba(255, 255, 255, 0.6);
}

