@font-face {
  font-family: 'IBM-Regular';
  src: url('./IBMPlexSansArabic-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'IBM-Medium';
  src: url('./IBMPlexSansArabic-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'IBM-SemiBold';
  src: url('./IBMPlexSansArabic-Bold.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: 'IBM-Bold';
  src: url('./IBMPlexSansArabic-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'IBM-ExtraBold';
  src: url('./IBMPlexSansArabic-Bold.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

body {
  font-family: 'IBM-Regular';

}