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

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


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


html[dir] {
  font-family: 'IBMPlexSansArabic';
}

