/* Polices chargées de façon asynchrone (voir Layout.astro).
   WOFF2 pour un transfert minimal (Heading Now ~75 % plus léger qu'en TTF). */

@font-face {
	font-family: "Heading Now";
	src: url("/fonts/HeadingNow-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Heading Now";
	src: url("/fonts/HeadingNow-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Heading Now";
	src: url("/fonts/HeadingNow-Heavy.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Muller Next Expanded";
	src: url("/fonts/MullerNextExpanded-ExtraBold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Neue LT";
	src: url("/fonts/HelveticaNeue-Roman.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Neue LT";
	src: url("/fonts/HelveticaNeue-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
