/* ==========================================================================
   GothicA1 — Marken-Schrift (lokal gehostet, DSGVO-konform, kein Google-Fonts-CDN)
   Ein Familienname 'GothicA1' + font-weight → sauberes CSS statt 5 Familien.
   ========================================================================== */

@font-face {
	font-family: 'GothicA1';
	src: url('../fonts/GothicA1-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'GothicA1';
	src: url('../fonts/GothicA1-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'GothicA1';
	src: url('../fonts/GothicA1-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'GothicA1';
	src: url('../fonts/GothicA1-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'GothicA1';
	src: url('../fonts/GothicA1-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
