/*
    Custom overrides - safe from being overwritten by Perfex CRM core updates
*/

@font-face {
  font-family: 'IBM Plex Sans Arabic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../plugins/ibm-plex-sans-arabic/IBMPlexSansArabic-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'IBM Plex Sans Arabic';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../plugins/ibm-plex-sans-arabic/IBMPlexSansArabic-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'IBM Plex Sans Arabic';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../plugins/ibm-plex-sans-arabic/IBMPlexSansArabic-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: 'IBM Plex Sans Arabic';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../plugins/ibm-plex-sans-arabic/IBMPlexSansArabic-Bold.ttf") format("truetype");
}

body {
  font-family: "IBM Plex Sans Arabic", "Inter", sans-serif;
}
