@font-face {
	font-family: 'dm-sans';
	src: url('../fonts/DMSans9pt-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'dm-sans';
	src: url('../fonts/DMSans9pt-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'sherman';
	src: url('../fonts/sherman-display-webfont.woff2') format('woff2'),
		 url('../fonts/sherman-display-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'sherman';
	src: url('../fonts/sherman-display-webfont.woff2') format('woff2'),
		 url('../fonts/sherman-display-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;

}

@font-face {
	font-family: 'northwell';
	src: url('../fonts/Northwell.woff2') format('woff2'),
		url('../fonts/Northwell.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}