@font-face {
	font-family: 'Cormorant';
	font-weight: 800;
	font-display: swap;
	src: localCormorant Bold'), url(./static/Cormorant-Bold.ttf) format('ttf');
}

@font-face {
	font-family: 'Cormorant';
	font-weight: 700;
	font-display: swap;
	src: localCormorant SemiBold'), url(./static/Cormorant-SemiBold.ttf) format('ttf');
}

@font-face {
	font-family: 'Cormorant';
	font-weight: 600;
	font-display: swap;
	src: localCormorant Medium'), url(./static/Cormorant-Medium.ttf) format('ttf');
}

@font-face {
	font-family: 'Cormorant';
	font-weight: 500;
	font-display: swap;
	src: localCormorant Regular'), url(./static/Cormorant-Regular.ttf) format('ttf');
}

@font-face {
	font-family: 'Cormorant';
	font-weight: 400;
	font-display: swap;
	src: localCormorant Light'), url(./static/Cormorant-Light.ttf) format('ttf');
}
