/*
 * Thmanyah typeface -- the PMP Master design-system family, reused here for the
 * certificate verification page. One Arabic-first superfamily, so Arabic headings
 * carry the same editorial weight as English ones.
 *
 * Only the four weights that page actually uses are shipped, rather than all
 * fifteen: Serif Display Bold (page title), Serif Text Bold (names and section
 * titles), Sans Regular (body) and Sans Medium (labels and buttons).
 */

/* ---- Sans: body, labels, data, buttons ---- */
@font-face {
  font-family: "thmanyah sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("thmanyahsans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "thmanyah sans";
  font-weight: 500 600;
  font-style: normal;
  font-display: swap;
  src: url("thmanyahsans-Medium.woff2") format("woff2");
}

/* ---- Serif Text: headings, names, titles ---- */
@font-face {
  font-family: "thmanyah serif text";
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
  src: url("thmanyahseriftext-Bold.woff2") format("woff2");
}

/* ---- Serif Display: the page title only ---- */
@font-face {
  font-family: "thmanyah serif display";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("thmanyahserifdisplay-Bold.woff2") format("woff2");
}
