/**
 * WorQ brand fonts — Manual de Marca 2021
 * Graphik: titles, subtitles, highlights, quotes (self-hosted, licensed).
 * Roboto: body + UI (loaded via Google Fonts in functions.php).
 */
@font-face {
	font-family: "Graphik";
	src:
		url("../fonts/graphik/Graphik-Bold.woff2") format("woff2"),
		url("../fonts/graphik/Graphik-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Graphik";
	src:
		url("../fonts/graphik/Graphik-Semibold.woff2") format("woff2"),
		url("../fonts/graphik/Graphik-Semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Graphik";
	src:
		url("../fonts/graphik/Graphik-Medium.woff2") format("woff2"),
		url("../fonts/graphik/Graphik-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

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