/*
 * Droid Arabic Kufi - self-hosted.
 * Originally served via Google Fonts "Early Access" (fonts.googleapis.com/earlyaccess/),
 * which Google has discontinued - the files stopped being served (404) and the CSS
 * endpoint lost its CORS headers, breaking font loading sitewide.
 * Recovered from the Wayback Machine's April 2026 archive of the original Google-hosted
 * files (last known-good snapshot before Google pulled them) and self-hosted here so the
 * site no longer depends on Google's discontinued early-access CDN. Added 2026-08-22.
 */
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url('DroidKufi-Regular.woff2') format('woff2'),
       url('DroidKufi-Regular.woff') format('woff'),
       url('DroidKufi-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url('DroidKufi-Bold.woff2') format('woff2'),
       url('DroidKufi-Bold.woff') format('woff'),
       url('DroidKufi-Bold.ttf') format('truetype');
  font-display: swap;
}
