/* Self-hosted fonts for Ackrem Consulting (GDPR-friendly — no Google CDN call).
   Place the woff2 files alongside this file (see fetch-fonts.sh in repo root).
   If the woff2 files are absent, the body font-stack in main.css falls back cleanly
   to system sans, so the site is never broken by a missing font. */

/* Jost — headings */
@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url("jost-variable.woff2") format("woff2");
}

/* Inter — body */
@font-face {
	font-family: "Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("inter-variable.woff2") format("woff2");
}
