/* Cash Clinic — Webfonts
   IBM Plex Sans Arabic: the brand's single typeface (Latin + Arabic).
   Weights supplied: Thin 100, ExtraLight 200, Light 300, Regular 400,
   Medium 500, SemiBold 600, Bold 700. */

@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("IBMPlexSansArabic-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("IBMPlexSansArabic-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("IBMPlexSansArabic-Light.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("IBMPlexSansArabic-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("IBMPlexSansArabic-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("IBMPlexSansArabic-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Sans Arabic";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("IBMPlexSansArabic-Bold.ttf") format("truetype");
}
