/*
  Qanoniah design kit — font-face declarations.
  Load this file, then use font-family: "Ping AR + LT" (body/UI copy).
  Do not substitute system Arabic fonts when these files are available.
*/

/* Ping AR + LT — primary UI/body typeface. Body text: 400. Emphasis/buttons: 500. */

@font-face {
  font-family: "Ping AR + LT";
  src: url("./PingAR+LT-Hairline.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ping AR + LT";
  src: url("./PingAR+LT-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ping AR + LT";
  src: url("./PingAR+LT-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ping AR + LT";
  src: url("./PingAR+LT-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ping AR + LT";
  src: url("./PingAR+LT-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ping AR + LT";
  src: url("./PingAR+LT-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ping AR + LT";
  src: url("./PingAR+LT-Heavy.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ping AR + LT";
  src: url("./PingAR+LT-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
