/* Self-hosted Zalando family (primary). Google-hosted faces in +layout.svelte
   act as fallback if these fail to load. Variable fonts: weight 200–900. */

/* ---- Zalando Sans (body copy, CTA) ---- */
@font-face {
	font-family: 'Zalando Sans';
	src: url('/fonts/Zalando_Sans/ZalandoSans-VariableFont_wdth,wght.ttf') format('truetype-variations');
	font-weight: 200 900;
	font-stretch: 100%;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Zalando Sans';
	src: url('/fonts/Zalando_Sans/ZalandoSans-Italic-VariableFont_wdth,wght.ttf') format('truetype-variations');
	font-weight: 200 900;
	font-stretch: 100%;
	font-style: italic;
	font-display: swap;
}

/* ---- Zalando Sans Expanded (headlines, eyebrows) ---- */
@font-face {
	font-family: 'Zalando Sans Expanded';
	src: url('/fonts/Zalando_Sans_Expanded/ZalandoSansExpanded-VariableFont_wght.ttf') format('truetype-variations');
	font-weight: 200 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Zalando Sans Expanded';
	src: url('/fonts/Zalando_Sans_Expanded/ZalandoSansExpanded-Italic-VariableFont_wght.ttf') format('truetype-variations');
	font-weight: 200 900;
	font-style: italic;
	font-display: swap;
}

/* ---- Zalando Sans SemiExpanded (subheadlines) ---- */
@font-face {
	font-family: 'Zalando Sans SemiExpanded';
	src: url('/fonts/Zalando_Sans_SemiExpanded/ZalandoSansSemiExpanded-VariableFont_wght.ttf') format('truetype-variations');
	font-weight: 200 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Zalando Sans SemiExpanded';
	src: url('/fonts/Zalando_Sans_SemiExpanded/ZalandoSansSemiExpanded-Italic-VariableFont_wght.ttf') format('truetype-variations');
	font-weight: 200 900;
	font-style: italic;
	font-display: swap;
}
