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

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

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

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


