/* Averta Std is a licensed font — drop AvertaStd-Regular.ttf and
   AvertaStd-Semibold.ttf into assets/fonts/ and it takes effect.
   Until then the fallback stack below is used. */
@font-face {
  font-family: 'Averta Std';
  src: url('../fonts/AvertaStd-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Averta Std';
  src: url('../fonts/AvertaStd-Semibold.ttf')  format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-SemiBold.ttf')  format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Bold.ttf')  format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-ExtraBold.ttf')  format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica-Neue';
  src: url('../fonts/HelveticaNeueLt.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica-Neue-bold';
  src: url('../fonts/Helvetica Neu Bold.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'NotoKufi-Bold';
    src: url('../fonts/NotoKufi-Bold.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoKufi-Regular';
    src: url('../fonts/NotoKufi-Regular.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Cairo-Bold';
  src:  url('../fonts/Cairo-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ooredoo-Heavy';
  src:  url('../fonts/Ooredoo-Heavy.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


