/* IPE27 self-hosted webfonts.
 *
 * Nunito Sans = Avenir stand-in (400 Book · 600 UI · 900 Black). Closest
 * geometric-humanist Google Fonts match to Avenir; the brief-vetted pick.
 * When licensed Avenir arrives: add its @font-face here and switch --font-sans
 * in style.css (one line) — nothing else changes.
 *
 * Playfair Display = serif accent (500 · 700), used sparingly.
 * All font-display:swap; the two primary weights are preloaded in header via functions.php.
 */

@font-face {
	font-family: "Nunito Sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/nunito-sans-400.woff2") format("woff2");
}
@font-face {
	font-family: "Nunito Sans";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/nunito-sans-600.woff2") format("woff2");
}
@font-face {
	font-family: "Nunito Sans";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../fonts/nunito-sans-900.woff2") format("woff2");
}
@font-face {
	font-family: "Playfair Display";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/playfair-500.woff2") format("woff2");
}
@font-face {
	font-family: "Playfair Display";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/playfair-700.woff2") format("woff2");
}
