@font-face {
	font-family: 'Cooper Hewitt';
	src: url('../font/CooperHewitt-Thin.otf') format('opentype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cooper Hewitt';
	src: url('../font/CooperHewitt-ThinItalic.otf') format('opentype');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Cooper Hewitt';
	src: url('../font/CooperHewitt-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cooper Hewitt';
	src: url('../font/CooperHewitt-LightItalic.otf') format('opentype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Cooper Hewitt';
	src: url('../font/CooperHewitt-Book.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cooper Hewitt';
	src: url('../font/CooperHewitt-BookItalic.otf') format('opentype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Cooper Hewitt';
	src: url('../font/CooperHewitt-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cooper Hewitt';
	src: url('../font/CooperHewitt-MediumItalic.otf') format('opentype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Cooper Hewitt';
	src: url('../font/CooperHewitt-Semibold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cooper Hewitt';
	src: url('../font/CooperHewitt-SemiboldItalic.otf') format('opentype');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Cooper Hewitt';
	src: url('../font/CooperHewitt-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cooper Hewitt';
	src: url('../font/CooperHewitt-BoldItalic.otf') format('opentype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Cooper Hewitt';
	src: url('../font/CooperHewitt-Heavy.otf') format('opentype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cooper Hewitt';
	src: url('../font/CooperHewitt-HeavyItalic.otf') format('opentype');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

:root {
	--font-cooper-hewitt: 'Cooper Hewitt', sans-serif;
}

.font-cooper-hewitt {
	font-family: var(--font-cooper-hewitt);
}
