<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--theme-font-family: 'Source Sans Pro', sans-serif;
}

/* source-sans-pro-regular - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: url('source-sans-pro-v14-latin-regular.woff2') format('woff2');
	font-display: swap;
}

/* source-sans-pro-600 - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	src: url('source-sans-pro-v14-latin-600.woff2') format('woff2');
	font-display: swap;
}

</pre></body></html>