/*
 * Local font declarations.
 *
 * No files are bundled by default to keep the theme package small - drop
 * WOFF2 files into this folder and uncomment the @font-face blocks below to
 * self-host Playfair Display / Inter. Until then the theme falls back to
 * the high-quality system font stack defined in main.css, so the site never
 * depends on Google Fonts or any external request.
 *
 * Disable this stylesheet entirely via
 * Customizer -> Billabu: Typografie -> "Lokale Schriftarten aktivieren".
 */

/*
@font-face {
	font-family: 'Playfair Display';
	src: url('playfair-display-latin-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('inter-latin-400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

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