@font-face {
    font-family: 'Almarai';
    src: url('Almarai-Bold.ttf') format('truetype');
    font-weight: bold;
  }
  
@font-face {
    font-family: 'Almarai';
    src: url('Almarai-ExtraBold.ttf') format('truetype');
    font-weight: 800; 
}

@font-face {
    font-family: 'Almarai';
    src: url('Almarai-Light.ttf') format('truetype');
    font-weight: lighter;
}

@font-face {
    font-family: 'Almarai';
    src: url('Almarai-Regular.ttf') format('truetype');
    font-weight: normal;
}



 
body , html {
    font-family: 'Almarai', sans-serif;
}
