@font-face {
  font-family: Sahel;
  src: url('Sahel.eot');
  src: url('Sahel.eot?#iefix') format('embedded-opentype'),
       url('Sahel.woff') format('woff'),
       url('Sahel.woff2') format('woff2'),
       url('Sahel.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: Sahel;
  src: url('Sahel-Bold.eot');
  src: url('Sahel-Bold.eot?#iefix') format('embedded-opentype'),
       url('Sahel-Bold.woff') format('woff'),
       url('Sahel-Bold.woff2') format('woff2'),
       url('Sahel-Bold.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: Sahel;
  src: url('Sahel-Black.eot');
  src: url('Sahel-Black.eot?#iefix') format('embedded-opentype'),
       url('Sahel-Black.woff') format('woff'),
       url('Sahel-Black.woff2') format('woff2'),
       url('Sahel-Black.ttf') format('truetype');
  font-weight: 900;
}

body{

    font-family:sahel,Tahoma,Arial,sans-serif !important;
    font-size:inherit;

}
select{
    font-family:sahel,Tahoma,Arial,sans-serif !important;
    font-size:inherit;
}
button{
    font-family:sahel,Tahoma,Arial,sans-serif !important;
    font-size:inherit;
}
input{
    font-family:sahel,Tahoma,Arial,sans-serif !important;
    font-size:inherit;
}