/**
 * Theme fonts — Acumin Pro + Gratelos Display.
 * Generated by scripts/generate-fonts-css.php
 */

@font-face {
	font-family: "Gratelos Display";
	src: url("../fonts/GratelosDisplay.woff2") format("woff2"),
		url("../fonts/GratelosDisplay.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Acumin Pro";
	src: url("../fonts/AcuminPro-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Acumin Pro";
	src: url("../fonts/AcuminPro-Italic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Acumin Pro";
	src: url("../fonts/AcuminPro-Bold.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Acumin Pro";
	src: url("../fonts/AcuminPro-BoldItalic.woff2") format("woff2");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
