/**
 * Bestage Breaking News Channel — Local Urdu font declarations.
 *
 * IMPORTANT (deployment note): Noori Nastaleeq is a commercially licensed
 * font family and its font files are NOT bundled in this plugin package for
 * licensing reasons. Drop your licensed .woff2/.ttf files into
 * assets/fonts/noori-nastaleeq/ using the filenames referenced below and
 * they will be picked up automatically — no code changes needed.
 *
 * Until those files are present, the browser gracefully falls back to
 * "Noto Nastaliq Urdu" (bundle your own local copy the same way, or the
 * browser will use any system-installed copy) and finally to serif.
 */

@font-face {
	font-family: 'Noori Nastaleeq';
	src:
		url('../fonts/noori-nastaleeq/NooriNastaleeq.woff2') format('woff2'),
		url('../fonts/noori-nastaleeq/NooriNastaleeq.woff') format('woff'),
		url('../fonts/noori-nastaleeq/NooriNastaleeq.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Noto Nastaliq Urdu Local';
	src:
		url('../fonts/noto-nastaliq/NotoNastaliqUrdu.woff2') format('woff2'),
		url('../fonts/noto-nastaliq/NotoNastaliqUrdu.ttf') format('truetype');
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--bbnc-font-family: 'Noori Nastaleeq', 'Noto Nastaliq Urdu Local', 'Noto Nastaliq Urdu', serif;
}

.bbnc-channel,
.bbnc-ticker,
.bbnc-single-wrap,
.bbnc-modal,
.bbnc-widget-list {
	font-family: var(--bbnc-font-family);
}
