/* Sahel Regular (400) */
@font-face {
    font-family: 'sahel';
    src: url('sahel/Sahel-FD.eot');
    src: url('sahel/Sahel-FD.eot?#iefix') format('embedded-opentype'),
         url('sahel/Sahel-FD.woff') format('woff'),
         url('sahel/Sahel-FD.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Sahel Bold (700) */
@font-face {
    font-family: 'sahel';
    src: url('sahel/Sahel-Bold-FD.eot');
    src: url('sahel/Sahel-Bold-FD.eot?#iefix') format('embedded-opentype'),
         url('sahel/Sahel-Bold-FD.woff') format('woff'),
         url('sahel/Sahel-Bold-FD.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Sahel Black (900) */
@font-face {
    font-family: 'sahel';
    src: url('sahel/Sahel-Black-FD.eot');
    src: url('sahel/Sahel-Black-FD.eot?#iefix') format('embedded-opentype'),
         url('sahel/Sahel-Black-FD.woff') format('woff'),
         url('sahel/Sahel-Black-FD.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

* {
	font-family: sahel;
}

p {margin: 15px 0;}