/**
 * Local Arabic web fonts — IBM Plex Sans Arabic (OFL licensed).
 *
 * The Elementor kit references a font family named "SalehFont" that was
 * never actually loaded anywhere (no @font-face existed on the site).
 * Declaring the family under that exact name fixes typography on every
 * page instantly, without editing any Elementor data.
 *
 * The same files are also exposed as "IBM Plex Sans Arabic" for future
 * use under their real name.
 *
 * WOFF2 files live in ../fonts/ (converted from the TTFs that already
 * existed in wp-content/uploads/2021/12/).
 */

/* ---- SalehFont (the family name the Elementor kit already uses) ---- */

@font-face {
  font-family: "SalehFont";
  src: url("../fonts/ibm-plex-sans-arabic-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SalehFont";
  src: url("../fonts/ibm-plex-sans-arabic-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SalehFont";
  src: url("../fonts/ibm-plex-sans-arabic-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SalehFont";
  src: url("../fonts/ibm-plex-sans-arabic-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* ---- Same files under their real family name ---- */

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-plex-sans-arabic-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-plex-sans-arabic-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-plex-sans-arabic-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../fonts/ibm-plex-sans-arabic-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
