/* Light */
@font-face {
  font-family: 'Almarai';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/Almarai/Almarai-Light.woff2') format('woff2'); 
}

/* Regular */
@font-face {
  font-family: 'Almarai';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Almarai/Almarai-Regular.woff2') format('woff2');
}

/* Bold */
@font-face {
  font-family: 'Almarai';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Almarai/Almarai-Bold.woff2') format('woff2');
}

/* ExtraBold */
@font-face {
  font-family: 'Almarai';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/Almarai/Almarai-ExtraBold.woff2') format('woff2');
}