/*
 * Kayan – lokale Schriften (selbstgehostet)
 * Quelle: Google Fonts (github.com/google/fonts), Lizenz: SIL Open Font License 1.1
 * Auf Latein subgesetzt, variabel, font-display: swap.
 */

@font-face {
	font-family: 'Big Shoulders Display';
	font-style: normal;
	font-weight: 500 900;
	font-display: swap;
	src: url('BigShouldersDisplay.woff2') format('woff2');
}

@font-face {
	font-family: 'Spline Sans';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('SplineSans.woff2') format('woff2');
}

@font-face {
	font-family: 'Spline Sans Mono';
	font-style: normal;
	font-weight: 400 500;
	font-display: swap;
	src: url('SplineSansMono.woff2') format('woff2');
}
