/**
 * Font locali — Helvetica (Fighter Factory).
 * Solo i face effettivamente usati a runtime (audit Perf).
 *
 * @package FighterFactory
 */

@font-face {
	font-family: "Helvetica Neue Condensed";
	src:
		url("../fonts/helvetica-neue-condensed-black.woff2") format("woff2"),
		url("../fonts/helvetica-neue-condensed-black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

/* —— Helvetica Now Text —— */

@font-face {
	font-family: "Helvetica Now Text";
	src:
		url("../fonts/helvetica-now-text-light.woff2") format("woff2"),
		url("../fonts/helvetica-now-text-light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Now Text";
	src:
		url("../fonts/helvetica-now-text-regular.woff2") format("woff2"),
		url("../fonts/helvetica-now-text-regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Now Text";
	src:
		url("../fonts/helvetica-now-text-medium.woff2") format("woff2"),
		url("../fonts/helvetica-now-text-medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Now Text";
	src:
		url("../fonts/helvetica-now-text-black.woff2") format("woff2"),
		url("../fonts/helvetica-now-text-black.woff") format("woff");
	font-weight: 700 900;
	font-style: normal;
	font-display: swap;
}

/* —— Helvetica Now Display —— */

@font-face {
	font-family: "Helvetica Now Display";
	src:
		url("../fonts/helvetica-now-display-medium.woff2") format("woff2"),
		url("../fonts/helvetica-now-display-medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Now Display";
	src:
		url("../fonts/helvetica-now-display-extra-bold.woff2") format("woff2"),
		url("../fonts/helvetica-now-display-extra-bold.woff") format("woff");
	font-weight: 700 800;
	font-style: normal;
	font-display: swap;
}
