@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/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('../fonts/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('../fonts/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('../fonts/SourceSansPro-BoldItalic.ttf') format('truetype'); /* Legacy iOS */
	font-weight: bold;
	font-display: swap;
	font-style: italic;
}