/* =========================================
   KW LOBBY — Lokale Font-Definitionen
   DSGVO-konform: Keine externen Requests.
   ========================================= */

/* --- Manrope (Variable Font, 200–800) --- */
@font-face {
	font-family: 'Manrope';
	src: url('../fonts/Manrope-VariableFont_wght.woff2') format('woff2-variations');
	font-weight: 200 800;
	font-style: normal;
	font-display: optional;
}

/* --- Quincy CF (Regular) --- */
@font-face {
	font-family: 'Quincy CF';
	src: url('../fonts/quincy-cf.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: optional;
}

/* --- Quincy CF (Italic) --- */
@font-face {
	font-family: 'Quincy CF';
	src: url('../fonts/quincy-cf-italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: optional;
}

/* --- Quincy CF (Bold) --- */
@font-face {
	font-family: 'Quincy CF';
	src: url('../fonts/quincy-cf-bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: optional;
}
