@font-face {
    font-family: 'Sahel';
    src: url('../fonts/sahel-semibold/Sahel-SemiBold.eot?#') format('eot'),  /* IE6–8 */
        url('../fonts/sahel-semibold/Sahel-SemiBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/sahel-semibold/Sahel-SemiBold.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'Tanha';
    src: url('./../fonts/tanha/Tanha.eot?#') format('eot'),  /* IE6–8 */
        url('./../fonts/tanha/Tanha.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('./../fonts/tanha/Tanha.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'Sahelbold';
    src: url('./../fonts/sahel-bold/Sahel-Bold.eot') format('eot'),  /* IE6–8 */
        url('./../fonts/sahel-bold/Sahel-Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('./../fonts/sahel-bold/Sahel-Bold.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
    font-family: 'Sahelblack';
    src: url('./../fonts/sahel-black/Sahel-Black.eot') format('eot'),  /* IE6–8 */
        url('./../fonts/sahel-black/Sahel-Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('./../fonts/sahel-black/Sahel-Black.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

.font-sahel {
    font-family: Sahel;
}

.font-sahel-bold {
    font-family: Sahelbold;
}

.font-sahel-black {
    font-family: Sahelblack;
}

.font-tanha {
    font-family: Tanha;
}