@font-face {
  font-family: 'nexa-bold';
  src: url('fonts/nexa-bold.otf') format("truetype");
}
@font-face {
  font-family: 'nexa-light';
  src: url(fonts/nexa-light.otf) format("truetype");
}
@font-face {
  font-family: 'handsomebold';
  src: url(fonts/handsomebold.ttf) format("truetype");
}
@font-face {
  font-family: 'italo';
  src: url(fonts/ITALO_medium.otf) format("truetype");
  src: url(fonts/ITALO_medium.ttf) format("truetype");
}
@font-face {
  font-family: 'net-lulo';
  src: url(fonts/Net-Lulo-Clean-W01-One-Bold.ttf) format("truetype");
}
@font-face {
  font-family: 'markerfelt';
  src: url(fonts/MarkerFelt.ttc) format("truetype");
}

@font-face {
  font-family: 'kufi-bold';
  src: url('fonts/Droid-Arabic-Kufi-Bold.ttf') format("truetype");
}

@font-face {
  font-family: 'kufi-light';
  src: url('fonts/droidarabickufi.ttf') format("truetype");
}

.nexa-bold{
	font-family: nexa-bold, kufi-bold !important;
}
.nexa-light{
	font-family: nexa-light, kufi-light !important;
}
.handsomebold{
	font-family: handsomebold, kufi-bold !important;
}
.italo{
  font-family: italo, kufi-bold !important;
}
.net-lulo{
  font-family: net-lulo, kufi-bold !important;
}
.markerfelt{
  font-family: markerfelt, kufi-bold !important;
}
