@font-face{
    font-family: Sahel;
    src:url('../fonts/Sahel.eot');
    src:url('../fonts/Sahel.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sahel.woff2') format('woff2'),
        url('../fonts/Sahel.woff') format('woff'),
        url('../fonts/Sahel.ttf') format('truetype');
    font-weight: normal;
}
@font-face
{
  font-family: Sahel-B;
  src: url('../fonts/Sahel-Bold.eot');
  src: url('../fonts/Sahel-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Sahel-Bold.woff2') format('woff2'),
       url('../fonts/Sahel-Bold.woff') format('woff'),
       url('../fonts/Sahel-Bold.ttf') format('truetype');
  font-weight: bold;
}

@font-face
{
  font-family: Sahel-BLACK;
  src: url('../fonts/Sahel-Black.eot');
  src: url('../fonts/Sahel-Black.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Sahel-Black.woff2') format('woff2'),  
       url('../fonts/Sahel-Black.woff') format('woff'),
       url('../fonts/Sahel-Black.ttf') format('truetype');
  font-weight: 900;
}