/* =========================================================================
   Lokal gehostete Fonts – DSGVO-konform
   Dateien werden vom bootstrap.sh in dieses Verzeichnis abgelegt.
   ========================================================================= */

/* Montserrat – Body & Display */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('montserrat/Montserrat-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('montserrat/Montserrat-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('montserrat/Montserrat-Italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('montserrat/Montserrat-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('montserrat/Montserrat-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('montserrat/Montserrat-Bold.woff2') format('woff2');
}

/* Gothic A1 – Tagline / Italic display */
@font-face {
	font-family: 'Gothic A1';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('gothic-a1/GothicA1-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Gothic A1';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('gothic-a1/GothicA1-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Gothic A1';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('gothic-a1/GothicA1-Medium.woff2') format('woff2');
}
