/* ==========================================================================
   Self-hosted custom fonts.
   Inter + Cormorant Garamond load from Google Fonts (enqueued in
   functions.php). The two brand-specific fonts are self-hosted here.
   ========================================================================== */

/* "AL Quran Ali" — used for the Arabic script in the Names & Titles
   section. File supplied by the client (AlQuranAli-L3A83.ttf). */
@font-face {
  font-family: "AL Quran Ali";
  src: url("../fonts/AlQuranAli-L3A83.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* "TBJ Siromi lite" — used for all Display/H1-H4 heading text.
   TODO: font file not supplied yet. Drop the .woff2/.woff/.ttf files into
   assets/fonts/ and uncomment the src line below; --font-heading in
   style.css already points at this family name and will pick it up with
   no further changes. Until then headings render on the serif fallback
   stack declared in style.css. */
/*
@font-face {
  font-family: "TBJ Siromi lite";
  src: url("../fonts/TBJSiromiLite.woff2") format("woff2"),
       url("../fonts/TBJSiromiLite.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*/
