@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "ESBuild";
	font-style: normal;
	font-weight: 500;
	src:
		url("../fonts/ESBuild-Medium.otf") format("opentype"),
		url("../fonts/ESBuild-Medium.woff2") format("woff2"),
		url("../fonts/ESBuild-Medium.woff") format("woff"),
		url("../fonts/ESBuild-Medium.ttf") format("truetype");
}

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Matter";
	font-style: normal;
	font-weight: 400;
	src:
		url("../fonts/MatterRegular.otf") format("opentype"),
		url("../fonts/MatterRegular.woff2") format("woff2"),
		url("../fonts/MatterRegular.woff") format("woff"),
		url("../fonts/MatterRegular.ttf") format("truetype");
}

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Matter";
	font-style: normal;
	font-weight: 500;
	src:
		url("../fonts/MatterSemiBold.otf") format("opentype"),
		url("../fonts/MatterSemiBold.woff2") format("woff2"),
		url("../fonts/MatterSemiBold.woff") format("woff"),
		url("../fonts/MatterSemiBold.ttf") format("truetype");
}
