@font-face {
  font-family: 'calibri';
  src: url("./calibril.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'calibri';
  src: url("./calibri-regular.woff2");
  font-weight: medium;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'calibri';
  src: url("./calibri-bold.woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Droid';
  src: url("./ArbFONTS-Droid-Arabic-Kufi.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

html[dir="rtl"]
{
  font-family: 'Droid', sans-serif;
}


html[dir="ltr"]
{
  font-family: 'calibri', sans-serif;
}
