/*
	Edificio webfont - self-hosted for the Donington Hall careers microsite only.
	Licensed under the ABC ETC INC. Font Software EULA (web licence, clause 3.4).
	Licence held for the alljobspro.com domain; acquired 18 June 2026 (order 8473).
	Files: /includes/donington-hall/fonts/EdificioEtc.woff2 (+ .woff fallback)

	Note: the foundry did not supply the verbatim webfont disclaimer that clause 3.4
	asks for in the CSS file - this comment records our licence details in its place.
*/

@font-face {
	font-family: "Edificio";
	src: url("/includes/donington-hall/fonts/EdificioEtc.woff2") format("woff2"),
	     url("/includes/donington-hall/fonts/EdificioEtc.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


/* Brand typography, replicating doningtonhall.com:
   h1 = Edificio (display face); everything else = Montserrat.
   Scoped to .arj-custom so it stays on the Donington microsite only. */
.arj-custom h1 {
	font-family: "Edificio", "Montserrat", Arial, sans-serif;
}

.arj-custom,
.arj-custom h2,
.arj-custom h3,
.arj-custom h4,
.arj-custom h5,
.arj-custom h6 {
	font-family: "Montserrat", Arial, sans-serif;
}
