/*
 * ExportBridge — Font declarations.
 *
 * Uses the Vazirmatn variable font, self-hosted under
 * assets/fonts/vazirmatn/ (no external Google Fonts request — better
 * performance and reliability for visitors on Iranian networks).
 *
 * NOTE: place Vazirmatn-Variable.woff2 (and the RTL-optimized weight
 * files, if you split them) inside assets/fonts/vazirmatn/. Get the
 * official files from https://github.com/rastikerdar/vazirmatn/releases
 * — pick the "Variable" build for the smallest total payload covering
 * all weights (100–900).
 */

@font-face {
	font-family: "Vazirmatn";
	src: url("../fonts/vazirmatn/Vazirmatn-Variable.woff2") format("woff2-variations"),
	     url("../fonts/vazirmatn/Vazirmatn-Variable.woff2") format("woff2");
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

/*
 * Until the woff2 file above is added, the font stack in style.css
 * (--eb-font-body / --eb-font-heading) already falls back cleanly to
 * "Tahoma" and system-ui, so Persian text still renders correctly with
 * no layout break — this file only upgrades typography once the real
 * font asset is in place.
 */
