/* src/fonts/SourceSans3-BlackItalic.ttf
src/fonts/SourceSans3-Regular.ttf
src/fonts/SourceSans3-SemiBoldItalic.ttf
src/fonts/SourceSans3-ExtraLightItalic.ttf
src/fonts/SourceSans3-Black.ttf
src/fonts/SourceSans3-Bold.ttf
src/fonts/SourceSans3-LightItalic.ttf
src/fonts/SourceSans3-MediumItalic.ttf
src/fonts/SourceSans3-Italic.ttf
src/fonts/SourceSans3-BoldItalic.ttf
src/fonts/SourceSans3-ExtraBoldItalic.ttf
src/fonts/SourceSans3-ExtraLight.ttf
src/fonts/SourceSans3-Light.ttf
src/fonts/SourceSans3-Medium.ttf
src/fonts/SourceSans3-SemiBold.ttf
src/fonts/SourceSans3-ExtraBold.ttf */

/* Import fonts from /fonts folder */
/* @font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 200;
	src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url(/fonts/SourceSans3-ExtraLight.ttf) format('truetype');
	font-display: swap;
} */
/* @font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(/fonts/SourceSans3-Light.ttf) format('truetype');
	font-display: swap;
} */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(/fonts/SourceSans3-Regular.ttf) format('truetype');
	font-display: swap;
}
/* @font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(/fonts/SourceSans3-SemiBold.ttf) format('truetype');
	font-display: swap;
} */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(/fonts/SourceSans3-Bold.ttf) format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 900;
	src: local('Source Sans Pro Black'), local('SourceSansPro-Black'), url(/fonts/SourceSans3-Black.ttf) format('truetype');
	font-display: swap;
}
/* @font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 200;
	src: local('Source Sans Pro ExtraLight Italic'), local('SourceSansPro-ExtraLightIt'), url(/fonts/SourceSans3-ExtraLightItalic.ttf) format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 300;
	src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightIt'), url(/fonts/SourceSans3-LightItalic.ttf) format('truetype');
	font-display: swap;
} */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 400;
	src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(/fonts/SourceSans3-Italic.ttf) format('truetype');
	font-display: swap;
}
/* @font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 600;
	src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldIt'), url(/fonts/SourceSans3-SemiBoldItalic.ttf) format('truetype');
	font-display: swap;
} */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 700;
	src: local('Source Sans Pro Bold Italic'), local('SourceSansPro-BoldIt'), url(/fonts/SourceSans3-BoldItalic.ttf) format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 900;
	src: local('Source Sans Pro Black Italic'), local('SourceSansPro-BlackIt'), url(/fonts/SourceSans3-BlackItalic.ttf) format('truetype');
	font-display: swap;
}
