/*
 * Self-hosted Fisher & Paykel site fonts.
 * Figtree — display / UI (clear capital S for uppercase nav & headings).
 * Clarity City — body copy (official fisherpaykel.com stack companion).
 * Metropolis was tried for display but its capital S reads like a small s
 * in uppercase UI; kept on disk unused.
 */

/* Figtree — Regular 400, Medium 500, SemiBold 600, Bold 700 */
@font-face {
	font-family: "Figtree";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/figtree/figtree-latin-400-normal.woff2") format("woff2");
}

@font-face {
	font-family: "Figtree";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/figtree/figtree-latin-500-normal.woff2") format("woff2");
}

@font-face {
	font-family: "Figtree";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/figtree/figtree-latin-600-normal.woff2") format("woff2");
}

@font-face {
	font-family: "Figtree";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/figtree/figtree-latin-700-normal.woff2") format("woff2");
}

/* Clarity City — ExtraLight 200, Light 300, Regular 400, Bold 700 */
@font-face {
	font-family: "Clarity City";
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src:
		url("../fonts/clarity-city/ClarityCity-ExtraLight.woff") format("woff"),
		url("../fonts/clarity-city/ClarityCity-ExtraLight.ttf") format("truetype");
}

@font-face {
	font-family: "Clarity City";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src:
		url("../fonts/clarity-city/ClarityCity-Light.woff") format("woff"),
		url("../fonts/clarity-city/ClarityCity-Light.ttf") format("truetype");
}

@font-face {
	font-family: "Clarity City";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src:
		url("../fonts/clarity-city/ClarityCity-Regular.woff") format("woff"),
		url("../fonts/clarity-city/ClarityCity-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Clarity City";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src:
		url("../fonts/clarity-city/ClarityCity-Bold.woff") format("woff"),
		url("../fonts/clarity-city/ClarityCity-Bold.ttf") format("truetype");
}
