/* Aurora — die beiden Schriften, von diesem Server geladen.

   Bewusst lokal statt über Google Fonts: so verlässt keine IP-Adresse eines
   Besuchers den Server, was die Datenschutzfrage gar nicht erst aufwirft, und
   die Schrift steht ohne zweite DNS-Auflösung bereit. */

@font-face {
	font-family: 'Fraunces';
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: url('Fraunces-300i.woff2') format('woff2');
}

@font-face {
	font-family: 'Fraunces';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('Fraunces-300.woff2') format('woff2');
}

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

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('OpenSans-300.woff2') format('woff2');
}

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

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

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('OpenSans-600.woff2') format('woff2');
}
