@font-face {
	font-family: Source;
	src: url('/fonts/SourceSansPro-Regular.otf');
	font-weight: regular;
}

@font-face {
	font-family: Source;
	src: url('/fonts/SourceSansPro-Bold.otf');
	font-weight: bold;
}

@font-face {
	font-family: SourceSemiBold;
	src: url('/fonts/SourceSansPro-Semibold.otf');
}

@font-face {
	font-family: Source;
	src: url('/fonts/SourceSansPro-Light.otf');
	font-weight: light;
}

@font-face {
	font-family: SourceExtraLight;
	src: url('/fonts/SourceSansPro-ExtraLight.otf');
	font-weight: extralight;
}
