/*
 * fonts.css — Self-hosted Webfonts (blitzer-soforthilfe.com, GeneratePress-Child)
 * Kontrakt (ARCHITEKTUR.md): Roboto 400/500/600/700, Roboto Slab 400/600, Poppins 400.
 * Pfade relativ zu dieser Datei (assets/fonts/), font-display: swap.
 */

/* Roboto */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('./roboto-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('./roboto-500.woff2') format('woff2');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('./roboto-600.woff2') format('woff2');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('./roboto-700.woff2') format('woff2');
}

/* Roboto Slab */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('./roboto-slab-400.woff2') format('woff2');
}

@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('./roboto-slab-600.woff2') format('woff2');
}

/* Poppins */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('./poppins-400.woff2') format('woff2');
}
