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

@font-face {
  font-family: 'IBMPlexSansArabic';
  src: url("./DiodrumArabic-Medium.ttf");
  font-weight: medium;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'IBMPlexSansArabic';
  src: url("./DiodrumArabic-Bold-.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body{
  font-family: 'IBMPlexSansArabic' , sans-serif;
  background-color: #000F19;
}
