/*
 * Die Schriften zur Auswahl - alle lokal, keine holt der Browser von aussen.
 *
 * Es sind variable Schriften: eine einzige Datei deckt alle Staerken von duenn
 * bis fett ab. Sieben Schriften kosten damit zusammen kaum mehr als frueher
 * die eine Ubuntu in ihren drei Schnitten.
 *
 * Alle stehen unter der SIL Open Font License - kostenlos, auch gewerblich,
 * selbst ausliefern ausdruecklich erlaubt.
 *
 * Ubuntu kommt aus der eigenen Datei dazu. Sie ist die bisherige Schrift und
 * bleibt waehlbar; sie steht unter der Ubuntu Font Licence und liegt in drei
 * festen Schnitten statt als variable Schrift, darum die getrennte Datei.
 */

@import url('/fonts/ubuntu.css');

@font-face {
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 300 900;
	font-display: swap;
	src: url('/fonts/figtree.woff2') format('woff2-variations');
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('/fonts/inter.woff2') format('woff2-variations');
}

@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('/fonts/geist.woff2') format('woff2-variations');
}

@font-face {
	font-family: 'Mona Sans';
	font-style: normal;
	font-weight: 200 900;
	font-display: swap;
	src: url('/fonts/mona-sans.woff2') format('woff2-variations');
}

@font-face {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 100 1000;
	font-display: swap;
	src: url('/fonts/dm-sans.woff2') format('woff2-variations');
}

@font-face {
	font-family: 'Plus Jakarta Sans';
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url('/fonts/plus-jakarta-sans.woff2') format('woff2-variations');
}

@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url('/fonts/manrope.woff2') format('woff2-variations');
}
