@font-face {
  font-family: 'Almarai';
  src: url("./Almarai-Light.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Almarai';
  src: url("./Almarai-Bold.ttf");
  font-weight: medium;
  font-style: 700;
  font-display: swap;
}


@font-face {
  font-family: 'Almarai';
  src: url("./Almarai-ExtraBold.ttf");
  font-weight: 900;
  font-style: bold;
  font-display: swap;
}
