/**
 * Kanubar Local Fonts (DSGVO-konform)
 *
 * Fonts: Outfit (Headlines) + Work Sans (Body)
 * Format: WOFF2
 *
 * WICHTIG: Die WOFF2-Dateien muessen manuell heruntergeladen werden:
 * - https://gwfh.mranftl.com/fonts (google-webfonts-helper)
 * - Oder direkt von https://fonts.google.com
 * - Dateien nach theme/assets/fonts/ kopieren
 */

/* === OUTFIT (Headlines) === */

@font-face {
	font-family: 'Outfit';
	src: url('../fonts/outfit-v11-latin-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Outfit';
	src: url('../fonts/outfit-v11-latin-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Outfit';
	src: url('../fonts/outfit-v11-latin-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* === WORK SANS (Body) === */

@font-face {
	font-family: 'Work Sans';
	src: url('../fonts/work-sans-v19-latin-300.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Work Sans';
	src: url('../fonts/work-sans-v19-latin-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Work Sans';
	src: url('../fonts/work-sans-v19-latin-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Work Sans';
	src: url('../fonts/work-sans-v19-latin-600.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
