/**
 * Self-hosted font faces  -  ummahmediagroup.com rebuild (Build A, Aug 11 2026)
 *
 * Fraunces (display) + Instrument Sans (body) per CMO-3 (estate voice).
 * Amiri 400 is included for the Bismillah line only (the sacred layer,
 * per the brand-system README's typography ruling)  -  nowhere else on
 * this page.
 *
 * Files are the same Bunny-Fonts self-host export already vendored for
 * umg-ummah-city / ummahpass / ummah.email (see /var/www/umg-ummah-city/
 * fonts/); copied here so this page has zero external font requests.
 */

@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/fraunces-latin-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/fraunces-latin-500-normal.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/fraunces-latin-600-normal.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/instrument-sans-variable.woff2') format('woff2-variations'),
       url('../fonts/instrument-sans-variable.woff2') format('woff2');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amiri';
  src: url('../fonts/amiri-latin-400-normal.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
