/***************************************************
***************************************************/

@font-face { 
	font-family: 'CooperHewitt-Thin'; 
	src: url('./fonts/CooperHewitt-Thin.woff2') format('woff2');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'CooperHewitt-Light';
	src: url('./fonts/CooperHewitt-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'CooperHewitt-Book';
	src: url('./fonts/CooperHewitt-Book.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'CooperHewitt-Medium';
	src: url('./fonts/CooperHewitt-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'CooperHewitt-Semibold';
	src: url('./fonts/CooperHewitt-Semibold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'CooperHewitt-SemiboldItalic';
	src: url('./fonts/CooperHewitt-SemiboldItalic.woff2') format('woff2');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'CooperHewitt-Bold';
	src: url('./fonts/CooperHewitt-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'CooperHewitt-Heavy';
	src: url('./fonts/CooperHewitt-Heavy.woff2') format('woff2');
	font-weight: 800; 
	font-style: normal; 
}


