/*
 * Hanken Grotesk — self-hosted variable font (latin subset).
 *
 * Replaces the render-blocking Google Fonts request. Two variable woff2 files
 * (upright + italic) cover the whole 100–900 weight axis, so every weight the
 * theme uses (300/400/500/600/700, plus 400/600 italic) is served from a single
 * file each — same origin, edge-cacheable, no third-party DNS/TLS on first paint.
 *
 * Source: Google Fonts (Hanken Grotesk v12, latin subset). To refresh, re-download
 * the variable woff2 from fonts.gstatic.com and overwrite the two files here.
 *
 * url() paths are relative to this file (theme assets/fonts/).
 */
@font-face {
	font-family: "Hanken Grotesk";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("hanken-grotesk-variable.woff2") format("woff2-variations"),
	     url("hanken-grotesk-variable.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: "Hanken Grotesk";
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
	src: url("hanken-grotesk-italic-variable.woff2") format("woff2-variations"),
	     url("hanken-grotesk-italic-variable.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
