/*
 * Thermador brand typography.
 *
 * Display/headings: Eurostile Extended Bold Italic (self-hosted WOFF2).
 * Body/UI: Avenir via local() + system stack in main.css.
 * Missing remote/self-hosted Avenir and Baskerville files were removed so
 * browsers do not issue 404s for unused @font-face URLs.
 */

@font-face {
	font-family: "Eurostile Extended";
	src:
		local("Eurostile Extended Bold Italic"),
		local("EurostileExtended-BoldItalic"),
		local("Eurostile Next Extended Bold Italic"),
		url("../fonts/eurostile-extended-bold-italic.woff2") format("woff2");
	font-weight: 700;
	font-style: italic;
	font-stretch: expanded;
	font-display: swap;
}

@font-face {
	font-family: "avenir";
	src:
		local("Avenir Book"),
		local("Avenir"),
		local("Avenir-Roman");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "avenir";
	src:
		local("Avenir Medium"),
		local("Avenir-Medium");
	font-weight: 500 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "avenir";
	src:
		local("Avenir Heavy"),
		local("Avenir-Heavy"),
		local("Avenir Black");
	font-weight: 700 800;
	font-style: normal;
	font-display: swap;
}
