@font-face {
    /*font-family: BNazanin;
  src: url('../fonts/BNazanin.eot');
  src: url('../fonts/BNazaninr.eot?#iefix') format('embedded-opentype'), 
      url('../fonts/BNazanin.woff') format('woff'),
       url('../fonts/BNazanin.ttf') format('truetype');*/
    /*
     font-family: BZar;
  src: url('../fonts/BZar.eot');
  src: url('../fonts/BZar.eot?#iefix') format('embedded-opentype'), 
      url('../fonts/BZar.woff') format('woff'),
       url('../fonts/BZar.ttf') format('truetype');
       */
    font-family: BYekan;
    src: url('../fonts/BYekan.eot');
    src: url('../fonts/BYekan.eot?#iefix') format('embedded-opentype'), url('../fonts/BYekan.woff') format('woff'), url('../fonts/BYekan.ttf') format('truetype');
    /*
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
      url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
      url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
    */
}

@font-face {
    font-family: Roboto;
    src: url('../fonts/Roboto.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    src: url('../fonts/IRANSans.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans_Bold;
    src: url('../fonts/IRANSans_Bold.ttf') format('truetype');
}

body {
    font-family: IRANSans !important;
    text-transform: none !important;
}

.en {
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.FontBold {
    font-family: IRANSans_Bold !important;
}

/*scrollbar*/
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(217, 217, 217);
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(143, 143, 143);
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #5c5c5c;
    }

/*scrollbar*/
