
@font-face {
    font-family: BYekan;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Weblogma_Yekan.eot');
    src: url('../fonts/Weblogma_Yekan.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/Weblogma_Yekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/Weblogma_Yekan.ttf') format('truetype');
}

@font-face {
    font-family: "biotech";
    src:url("../fonts/biotech.eot");
    src:url("../fonts/biotech.eot?#iefix") format("embedded-opentype"),
    url("../fonts/biotech.woff") format("woff"),
    url("../fonts/biotech.ttf") format("truetype"),
    url("../fonts/biotech.svg#biotech") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "biotech" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "biotech" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bell:before {
    content: "\61";
}
.icon-profile:before {
    content: "\62";
}
.icon-x-circle:before {
    content: "\63";
}
.icon-plus:before {
    content: "\64";
}
.icon-search:before {
    content: "\65";
}
.icon-alert:before {
    content: "\66";
}
.icon-arrow-left:before {
    content: "\67";
}
.icon-arrow-up:before {
    content: "\68";
}
.icon-arrow-right:before {
    content: "\69";
}
.icon-trash:before {
    content: "\6a";
}
.icon-file:before {
    content: "\6b";
}
.icon-tick:before {
    content: "\6c";
}
