@font-face {
	font-family: 'EBGaramond';
	src: local('EBGaramond Regular'), local('EBGaramond-Regular'),
	url('/fonts/EBGaramond-Regular.ttf') format('truetype'),
	url('/fonts/EBGaramond-Regular.woff2') format('woff2')
	url('/fonts/EBGaramond-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
  font-display: swap;
}

@font-face {
	font-family: 'EBGaramond';
	src: local('EBGaramond Medium'), local('EBGaramond-Medium'),
	url('/fonts/EBGaramond-Medium.ttf') format('truetype'),
	url('/fonts/EBGaramond-Medium.woff2') format('woff2'),
	url('/fonts/EBGaramond-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
  font-display: swap;
}

@font-face {
	font-family: 'Inter Tight';
	src: local('Inter Tight'), local('InterTight'),
	url('/fonts/InterTight-Regular.ttf') format('truetype'),
	url('/fonts/InterTight-Regular.woff2') format('woff2')
	url('/fonts/InterTight-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
  font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: local('Inter'), local('Inter'),
	url('/fonts/Inter.ttf') format('truetype'),
	url('/fonts/Inter.woff2') format('woff2')
	url('/fonts/Inter.woff') format('woff');
	/* font-weight: 400; */
	/* font-style: normal; */
  font-display: swap;
}
