<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'Source Sans Pro';
	src: url('SourceSansPro-Bold.woff2') format('woff2'), /* Modern Browsers */
		url('SourceSansPro-Bold.woff') format('woff'), /* Modern Browsers */
		url('SourceSansPro-Bold.ttf') format('truetype'); /* Legacy iOS */
	font-weight: bold;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('SourceSansPro-Regular.woff2') format('woff2'), /* Modern Browsers */
		url('SourceSansPro-Regular.woff') format('woff'), /* Modern Browsers */
		url('SourceSansPro-Regular.ttf') format('truetype'); /* Legacy iOS */
	font-weight: normal;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('SourceSansPro-RegularItalic.woff2') format('woff2'), /* Modern Browsers */
		url('SourceSansPro-RegularItalic.woff') format('woff'), /* Modern Browsers */
		url('SourceSansPro-RegularItalic.ttf') format('truetype'); /* Legacy iOS */
	font-weight: normal;
	font-display: swap;
	font-style: italic;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('SourceSansPro-BoldItalic.woff2') format('woff2'), /* Modern Browsers */
		url('SourceSansPro-BoldItalic.woff') format('woff'), /* Modern Browsers */
		url('SourceSansPro-BoldItalic.ttf') format('truetype'); /* Legacy iOS */
	font-weight: bold;
	font-display: swap;
	font-style: italic;
}</pre></body></html>