@font-face {
    font-family: 'sanatbazar-font';

    src: url('../fonts/Shabnam.eot');
    src: url('../fonts/Shabnam.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Shabnam.woff2') format('woff2'),
    url('../fonts/Shabnam.woff') format('woff'),
    url('../fonts/Shabnam.ttf') format('truetype');
    font-weight: normal;

}
@font-face {
    font-family: 'sanatbazar-font-light';

    src: url('../fonts/Shabnam-Light.eot');
    src: url('../fonts/Shabnam-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Shabnam-Light.woff2') format('woff2'),
    url('../fonts/Shabnam-Light.woff') format('woff'),
    url('../fonts/Shabnam-Light.ttf') format('truetype');
    font-weight: 100;

}
@font-face {
    font-family: 'sanatbazar-font-thin';

    src: url('../fonts/Shabnam-Thin.eot');
    src: url('../fonts/Shabnam-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Shabnam-Thin.woff2') format('woff2'),
    url('../fonts/Shabnam-Thin.woff') format('woff'),
    url('../fonts/Shabnam-Thin.ttf') format('truetype');
    font-weight: 100;

}

p,ul,li,input,blockquote,tr,td,small,a,div,span,button,input,iframe,label,small, .badge{
    font-family: "sanatbazar-font-light";
    direction: rtl;
}
h1,h2,h3,h4,h5,h6,.h5,.h6{
    font-family: "sanatbazar-font-light";
    direction: rtl;
}
.lead ,.lead > * {
    font-family: "sanatbazar-font-light";
}
.font-weight-bold{
    font-weight: 400!important;
}