@font-face {
  font-family: 'Sahel';
  src: url('./Sahel.woff2') format('woff2'),
       url('./Sahel.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body, html, h1, h2,h3,h4, p, a {
  font-family: 'Sahel' !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}