/* ///// FONTS ///// */



@font-face {
	font-family: 'config-regular';
	src: url('../css/fonts/config-regular.eot');
	src: url('../css/fonts/config-regular.eot?#iefix') format('embedded-opentype'),
             url('../css/fonts/config-regular.woff2') format('woff2'),
	     url('../css/fonts/config-regular.woff') format('woff'),
	     url('../css/fonts/config-regular.ttf') format('truetype'),
	     url('../css/fonts/config-regular.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'configalt-bold';
	src: url('../css/fonts/config-alt-bold.eot');
	src: url('../css/fonts/config-alt-bold.eot?#iefix') format('embedded-opentype'),
             url('../css/fonts/config-alt-bold.woff2') format('woff2'),
	     url('../css/fonts/config-alt-bold.woff') format('woff'),
	     url('../css/fonts/config-alt-bold.ttf') format('truetype'),
	     url('../css/fonts/config-alt-bold.svg#youworkforthem') format('svg');
	font-weight: normal;
	font-style: normal;
}