/*
 * Abar 2.2 Pro — variable font, Persian numerals (FaNum).
 * Two axes: wght 100–950, CNTR 0–100 (Low=0, Mid=40, High=100).
 * One file covers all 30 named styles, so weight is set with plain font-weight.
 */

@font-face {
	font-family: "Abar";
	src: url("../fonts/AbarFaNum-VF.woff2") format("woff2-variations"),
	     url("../fonts/AbarFaNum-VF.woff") format("woff-variations");
	font-weight: 100 950;
	font-style: normal;
	font-display: swap;
}

:root {
	/* Subfamily lock. Set from the Figma design once confirmed. */
	--abzarct-cntr: 40;

	--abzarct-font: "Abar", system-ui, "Segoe UI", Tahoma, sans-serif;
}

body {
	font-family: var(--abzarct-font);
	font-variation-settings: "CNTR" var(--abzarct-cntr);
}
