@font-face {
    font-family: Sahel-Light;
    src: url(../webfonts/Sahel-Light-FD.ttf);
}
@font-face {
    font-family: Sahel;
    src: url(../webfonts/Sahel-FD.ttf);
}
@font-face {
    font-family: Sahel-SemiBold;
    src: url(../webfonts/Sahel-SemiBold-FD.ttf);
}
@font-face {
    font-family: Sahel-Bold;
    src: url(../webfonts/Sahel-Bold-FD.ttf);
}
@font-face {
    font-family: Sahel-Black;
    src: url(../webfonts/Sahel-Black-FD.ttf);
}
* {
    font-family: Sahel;
}