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

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

/* Anton SC – Display / Headings */
@font-face {
	font-family: 'Anton SC';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('anton-sc/AntonSC-Regular.woff2') format('woff2');
}

/* Gambetta – Akzent-Italic (Meta-Text) */
@font-face {
	font-family: 'Gambetta';
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: url('gambetta/Gambetta-MediumItalic.woff') format('woff');
}

/* Inconsolata – Code/Meta-Mono (Webflow text-meta) */
@font-face {
	font-family: 'Inconsolata';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('inconsolata/Inconsolata-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Inconsolata';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('inconsolata/Inconsolata-Bold.woff2') format('woff2');
}
