/**
 * @font-face declarations — currently inactive by design.
 *
 * tokens.css already leads with "Plus Jakarta Sans"/"Inter" in the
 * font stack, falling through to native system fonts until real
 * files exist here. To upgrade to the actual self-hosted webfonts:
 *
 *   1. Download the OFL-licensed static woff2 files for:
 *        Plus Jakarta Sans — weights 600, 700, 800
 *        Inter             — weights 400, 500, 600
 *      (e.g. via fonts.google.com or fonts.bunny.fonts, whichever
 *      you're comfortable sourcing from).
 *   2. Drop them in assets/fonts/ using the filenames referenced
 *      below.
 *   3. Uncomment the @font-face blocks.
 *
 * No other file needs to change — tokens.css already points at these
 * family names, so the upgrade is automatic and isolated to this file.
 */

/*
@font-face {
	font-family: "Plus Jakarta Sans";
	src: url("../fonts/plus-jakarta-sans-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Plus Jakarta Sans";
	src: url("../fonts/plus-jakarta-sans-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Plus Jakarta Sans";
	src: url("../fonts/plus-jakarta-sans-800.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: "Inter";
	src: url("../fonts/inter-500.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/inter-600.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
*/
