@font-face {
    font-family: 'Almarai Bold';
    src: local('Almarai Bold'), url('Almarai-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Almarai Extra Bold';
    src: local('Almarai Extra Bold'), url('Almarai-ExtraBold.ttf') format('truetype');
    font-weight:bolder;
    font-style: normal;
}
@font-face {
    font-family: 'Almarai Light';
    src: local('Almarai Light'), url('Almarai-Light.ttf') format('truetype');
    font-weight:lighter;
    font-style: normal;
}
@font-face {
    font-family: 'Almarai Regular';
    src: local('Almarai Regular'), url('Almarai-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
