/*
 * Self-hosted font — no external (Google) font requests. GDPR-friendly:
 * the browser never contacts a third-party server to render type.
 *
 * Bundled, OFL-licensed (see assets/fonts/OFL.txt):
 *   Montserrat-VariableFont.woff2 — the typeface used on the live
 *   praxis-spiller.de site (weights 400–700).
 *
 * If the file is removed, the system-font fallback in style.css keeps the
 * layout intact without any third-party calls.
 */

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-VariableFont.woff2') format('woff2-variations'),
	     url('../fonts/Montserrat-VariableFont.woff2') format('woff2');
	font-weight: 400 700;
	font-style: normal;
	font-display: swap;
}
