/*
 * Self-hosted Fonts – DSGVO-konform (keine Verbindung zu Google-Servern).
 *
 * Montserrat ist bewusst gewählt: Sie entspricht der fetten geometrischen
 * Grotesk der Wortmarke „IMMOPRO" im Logo. Manrope ergänzt sie als ruhige
 * Lese-Schrift. Beide liegen als Variable Font in /assets/fonts/.
 * Fehlen die Dateien, greift automatisch der System-Fallback aus main.css.
 */

/* Montserrat – Überschriften, Navigation, Buttons (Variable 300–900). */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300 900;
	font-display: swap;
	src: url('../fonts/montserrat-variable.woff2') format('woff2');
}

/* Manrope – Fließtext und UI (Variable 300–800). */
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300 800;
	font-display: swap;
	src: url('../fonts/manrope-variable.woff2') format('woff2');
}
