/**
 * Cooper Hewitt — local webfonts (SIL OFL 1.1).
 * Only weights used on the site: 400 (Book), 500 (Medium), 600 (Semibold), 700 (Bold).
 * See: ../fonts/CooperHewitt-OFL.txt
 */
@font-face {
	font-family: "Cooper Hewitt";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/CooperHewitt-Book.woff2") format("woff2");
}

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

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

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