@font-face {
	font-family: 'Roboto-Condensed';
	font-display: optional;
	
	src: url('../../fonts/Roboto-Condensed.eot');
	src: url('../../fonts/Roboto-Condensed.eot#iefix') format('embedded-opentype'), 
		url('../../fonts/Roboto-Condensed.woff') format('woff'), 
		url('../../fonts/Roboto-Condensed.ttf') format('truetype'), 
		url('../../fonts/Roboto-Condensed.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* BEGIN Regular */
@font-face {
	font-family: 'Open Sans';
	font-display: swap;
	src: url("../../fonts/Regular/OpenSans-Regular.eot");
	src: url("../../fonts/Regular/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), 
		url("../../fonts/Regular/OpenSans-Regular.woff") format("woff"), 
		url("../../fonts/Regular/OpenSans-Regular.ttf") format("truetype"), 
		url("../../fonts/Regular/OpenSans-Regular.svg#OpenSansRegular") format("svg");
	font-weight: normal;
	font-style: normal; 
}
/* END Regular */

/* BEGIN Semibold */
@font-face {
	font-family: 'Open Sans SemiBold';
	font-display: swap;
	src: url("../../fonts/Semibold/OpenSans-Semibold.eot");
	src: url("../../fonts/Semibold/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"),
	   url("../../fonts/Semibold/OpenSans-Semibold.woff") format("woff"), 
	   url("../../fonts/Semibold/OpenSans-Semibold.ttf") format("truetype"), 
	   url("../../fonts/Semibold/OpenSans-Semibold.svg#OpenSansSemibold") format("svg");
	font-weight: 600;
	font-style: normal; 
}
/* END Semibold */