/**
 * Self-hosted fonts — Inter (SIL Open Font License; license text included
 * alongside the files in this folder). Mirrors the BD Custom WP theme's
 * font setup (assets/css/fonts.css) so the DB and main site render
 * identical typefaces with a single shared font payload.
 * Subsetted to Latin + common editorial punctuation. If a page renders a
 * character outside this subset (e.g. an accented name in a foreign film
 * title), the browser falls through to the next font in the
 * --font-body/--font-title stack instead of showing a missing glyph.
 *
 * font-display: swap so text renders immediately in a fallback font and
 * swaps in once the woff2 loads.
 */

@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter-light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter-semibold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter-bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF;
}

@font-face {
	font-family: 'Inter';
	src: url('../fonts/inter-extrabold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF;
}
