/*
 * Khand servito localmente.
 *
 * IMPORTANTE: la Khand distribuita da Google Fonts non coincide con quella
 * usata nel layout XD dai grafici. I file in fonts/Khand/ sono la versione
 * corretta: questo foglio di stile ne dichiara i @font-face cosi' che ogni
 * "font-family: Khand" del tema (customizer, theme.json, style.css) risolva
 * sui file locali. Il tema non deve caricare Khand da fonts.googleapis.com.
 */

@font-face {
	font-family: "Khand";
	src: url("./Khand/Khand-Light.woff2") format("woff2"),
	     url("./Khand/Khand-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Khand";
	src: url("./Khand/Khand-Regular.woff2") format("woff2"),
	     url("./Khand/Khand-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Khand";
	src: url("./Khand/Khand-Medium.woff2") format("woff2"),
	     url("./Khand/Khand-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Khand";
	src: url("./Khand/Khand-Semibold.woff2") format("woff2"),
	     url("./Khand/Khand-Semibold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Khand";
	src: url("./Khand/Khand-Bold.woff2") format("woff2"),
	     url("./Khand/Khand-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
