@font-face {
	font-family: 'Source Sans Pro';
	font-weight: 400;
	font-display: swap;
	src: url('https://storage.googleapis.com/crownd-fonts/source-sans/SourceSansPro-Regular.woff2')
			format('woff2'),
		url('https://storage.googleapis.com/crownd-fonts/source-sans/SourceSansPro-Regular.woff')
			format('woff');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-weight: 400;
	font-style: italic;
	font-display: swap;
	src: url('https://storage.googleapis.com/crownd-fonts/source-sans/SourceSansPro-Italic.woff2')
			format('woff2'),
		url('https://storage.googleapis.com/crownd-fonts/source-sans/SourceSansPro-Italic.woff')
			format('woff');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-weight: 500;
	font-display: swap;
	src: url('https://storage.googleapis.com/crownd-fonts/source-sans/SourceSansPro-Semibold.woff2')
			format('woff2'),
		url('https://storage.googleapis.com/crownd-fonts/source-sans/SourceSansPro-Semibold.woff')
			format('woff');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-weight: 500;
	font-style: italic;
	font-display: swap;
	src: url('https://storage.googleapis.com/crownd-fonts/source-sans/SourceSansPro-SemiboldItalic.woff2')
			format('woff2'),
		url('https://storage.googleapis.com/crownd-fonts/source-sans/SourceSansPro-SemiboldItalic.woff')
			format('woff');
}
