/*
 * Miele brand typography.
 *
 * Display / headings: Barlow Condensed Bold Italic
 * Body / small UI text: Inter Regular / Medium
 *
 * Faces are loaded from Google Fonts in inc/enqueue.php.
 * This file keeps local @font-face hooks for offline fallbacks if woff2
 * files are later dropped into assets/fonts/.
 */

@font-face {
	font-family: "Barlow Condensed";
	src:
		local("Barlow Condensed Bold Italic"),
		local("BarlowCondensed-BoldItalic"),
		url("../fonts/barlow-condensed-bold-italic.woff2") format("woff2");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src:
		local("Inter Regular"),
		local("Inter-Regular"),
		url("../fonts/inter-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src:
		local("Inter Medium"),
		local("Inter-Medium"),
		url("../fonts/inter-medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src:
		local("Inter Semi Bold"),
		local("Inter-SemiBold"),
		url("../fonts/inter-semibold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src:
		local("Inter Bold"),
		local("Inter-Bold"),
		url("../fonts/inter-bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
