@font-face {
	font-family: 'EB Garamond';
	src: local("EB Garamond Regular"), local("EBGaramond-Regular"), url('../../fonts/eb-garamond/EBGaramond-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'EB Garamond';
	src: local("EB Garamond Bold"), local("EBGaramond-Bold"), url('../../fonts/eb-garamond/EBGaramond-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}

:root {
	--secondary-font: 'EB Garamond';
  }
