/* Schriften vom eigenen Server (statt Google Fonts), damit keine Besucherdaten an Google gehen */
/* Bree Serif: SIL Open Font License 1.1, Roboto: Apache License 2.0 */

@font-face {
	font-family: 'Bree Serif';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/bree-serif-400.woff') format('woff');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/roboto-300.woff') format('woff');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/roboto-400.woff') format('woff');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('../fonts/roboto-700.woff') format('woff');
}
