@font-face {
    font-family: 'Sahel';
    font-display: swap;
    src: url('Sahel-Light-FD.woff2') format("woff2");
    font-weight: 300
}

@font-face {
    font-family: 'Sahel';
    font-display: swap;
    src: url('Sahel-FD.woff2') format("woff2");
    font-weight: 400
}

@font-face {
    font-family: 'Sahel';
    font-display: swap;
    src: url('Sahel-SemiBold-FD.woff2') format("woff2");
    font-weight: 600
}

@font-face {
    font-family: 'Sahel';
    font-display: swap;
    src: url('Sahel-Bold-FD.woff2') format("woff2");
    font-weight: Bold
}

@font-face {
    font-family: 'Sahel';
    font-display: swap;
    src: url('Sahel-Black-FD.woff2') format("woff2");
    font-weight: 900
}

.font-Sahel {
    font-family: 'Sahel' !important;
}