/* Arabic (Uthman Naskh) font — loaded non-blocking via media="print" onload
   trick. The Uthman Naskh font is only used below the fold (Quranic verse
   in #tentang section), so it must not block the LCP critical path. */

@font-face {
  font-family: "Uthman Naskh";
  src: local("UthmanTN1"), url("/fonts/UthmanTN1.woff2") format("woff2"),
    url("/fonts/UthmanTN1.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  size-adjust: 100%;
}

@font-face {
  font-family: "Uthman Naskh";
  src: local("KFGQPC Uthman Taha Naskh Bold"), local("KFGQPCUthmanTahaNaskh-Bold"),
    url("/fonts/UthmanTN1B.woff2") format("woff2"), url("/fonts/UthmanTN1B.ttf") format("truetype"),
    url(https://raw.githubusercontent.com/mustafa0x/qpc-fonts/f93bf5f3/various-woff2/UthmanTN1B%20Ver10.woff2)
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  size-adjust: 100%;
}
