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

body, * {
    font-family: 'Sahel', sans-serif !important;
}