/*
 * rzaz-fonts.css — the approved build's @font-face declarations.
 *
 * These three rules live in an inline <style> block in the head of
 * 03-prototype-v2/index.html (and of the legacy mirror). The child theme never
 * reproduced them, so DIN Next LT Arabic was never fetched and the browser
 * silently substituted a fallback with different metrics.
 *
 * That single omission was measurable everywhere: the same string rendered
 * 298px wide with the real font and 262px without it, so headings wrapped onto
 * a different number of lines. It is the cause of the -35px on #choose-us, and
 * it contributes to the footer, testimonial and copyright deltas too.
 *
 * Rules copied verbatim; only the url() paths are re-pointed from the document
 * root ("fonts/...") to the theme ("../fonts/...", relative to this file).
 *
 * NOTE (D016): the web-font licence for DIN Next LT Arabic is still UNVERIFIED.
 * Parity requires the font; the licence question is recorded and unresolved.
 */

@font-face {
	font-family: "DIN Next LT Arabic";
	font-style: normal;
	font-weight: 300;
	font-display: block;
	src: url("../fonts/dinnextltarabic-light-webfont.woff") format("woff"),
	     url("../fonts/dinnextltarabic-light-webfont.ttf") format("truetype");
}

@font-face {
	font-family: "DIN Next LT Arabic";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/dinnextltarabic-regular-webfont.woff") format("woff"),
	     url("../fonts/dinnextltarabic-regular-webfont.ttf") format("truetype");
}

@font-face {
	font-family: "DIN Next LT Arabic";
	font-style: normal;
	font-weight: 700;
	font-display: block;
	src: url("../fonts/dinnextltarabic-bold-webfont.woff") format("woff"),
	     url("../fonts/dinnextltarabic-bold-webfont.ttf") format("truetype");
}
