@font-face {
    font-family: 'Sahel';
    src:
        url('/assets/fonts/sahel/Sahel-FD.woff') format('woff'),
        url('/assets/fonts/sahel/Sahel-FD.ttf') format('truetype'),
        url('/assets/fonts/sahel/Sahel-FD.eot') format('embedded-opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --locale-font-family: 'Sahel';
}
