@font-face {
  font-family: Sahel;
  src: url('../font/Sahel-FD.eot');
  src: url('../font/Sahel-FD.eot?#iefix') format('embedded-opentype'),
       url('../font/Sahel-FD.woff2') format('woff2'),
       url('../font/Sahel-FD.woff') format('woff'),
       url('../font/Sahel-FD.ttf') format('truetype');
  font-weight: normal;
}
      
@font-face {
  font-family: Sahel;
  src: url('../font/Sahel-Bold-FD.eot');
  src: url('../font/Sahel-Bold-FD.eot?#iefix') format('embedded-opentype'),
       url('../font/Sahel-Bold-FD.woff2') format('woff2'),
       url('../font/Sahel-Bold-FD.woff') format('woff'),
       url('../font/Sahel-Bold-FD.ttf') format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: Sahel;
  src: url('../font/Sahel-Light-FD.eot');
  src: url('../font/Sahel-Light-FD.eot?#iefix') format('embedded-opentype'),
       url('../font/Sahel-Light-FD.woff2') format('woff2'),  
       url('../font/Sahel-Light-FD.woff') format('woff'),
       url('../font/Sahel-Light-FD.ttf') format('truetype');
  font-weight: 300;
}
      
@font-face {
  font-family: Sahel;
  src: url('../font/Sahel-SemiBold-FD.eot');
  src: url('../font/Sahel-SemiBold-FD.eot?#iefix') format('embedded-opentype'),
       url('../font/Sahel-SemiBold-FD.woff2') format('woff2'),  
       url('../font/Sahel-SemiBold-FD.woff') format('woff'),
       url('../font/Sahel-SemiBold-FD.ttf') format('truetype');
  font-weight: 600;
}

@font-face {
  font-family: Sahel;
  src: url('../font/Sahel-Black-FD.eot');
  src: url('../font/Sahel-Black-FD.eot?#iefix') format('embedded-opentype'),
       url('../font/Sahel-Black-FD.woff2') format('woff2'),  
       url('../font/Sahel-Black-FD.woff') format('woff'),
       url('../font/Sahel-Black-FD.ttf') format('truetype');
  font-weight: 900;
}



*{
 font-family: Sahel !important; 
 font-size: medium  !important;
 
 }
