/**
 * Whitetail Creek Digital brand fonts — self-hosted, zero external requests.
 *
 * Poppins = display (headings, nav, buttons, eyebrows, metrics)
 * Inter   = body (long-form, tables, dense UI)
 *
 * Latin subsets only. Poppins has no variable release, so only the two
 * weights the type scale actually uses are shipped — Medium for H3 and
 * buttons, SemiBold for H1/H2. Inter ships as one variable face covering
 * 400-600. Total 64KB for the three files.
 *
 * Loaded from the child's functions.php ahead of the parent stack; the two
 * above-the-fold faces are preloaded there as well.
 */

@font-face {
	font-display: swap;
	font-family: "Inter";
	font-style: normal;
	font-weight: 400 600;
	src: url(../fonts/inter-variable-latin.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-display: swap;
	font-family: "Poppins";
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/poppins-500-latin.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-display: swap;
	font-family: "Poppins";
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/poppins-600-latin.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;
}
