/*
 * Self-hosted fonts. All three self-hosted here have not been used by any
 * other theme in this catalogue (verified by grepping every sibling
 * theme's assets/fonts + style.css before selection):
 *   - Antonio (variable, wght 100-700) — condensed grotesque for display
 *     headings and titling, evoking film credit/title-card typography.
 *   - Schibsted Grotesk (variable, wght 400-900, incl. italic) — the
 *     readable body/UI sans.
 *   - Roboto Mono (variable, wght 100-700) — metadata, timecodes, spec
 *     sheets, crew-credit tags, evoking NLE/DAW software UI chrome.
 */
@font-face {
	font-family: 'Antonio';
	font-style: normal;
	font-weight: 100 700;
	font-display: swap;
	src: url('../fonts/antonio-var.woff2') format('woff2-variations'), url('../fonts/antonio-var.woff2') format('woff2');
}

@font-face {
	font-family: 'Schibsted Grotesk';
	font-style: normal;
	font-weight: 400 900;
	font-display: swap;
	src: url('../fonts/schibstedgrotesk-var.woff2') format('woff2-variations'), url('../fonts/schibstedgrotesk-var.woff2') format('woff2');
}

@font-face {
	font-family: 'Schibsted Grotesk';
	font-style: italic;
	font-weight: 400 900;
	font-display: swap;
	src: url('../fonts/schibstedgrotesk-italic-var.woff2') format('woff2-variations'), url('../fonts/schibstedgrotesk-italic-var.woff2') format('woff2');
}

@font-face {
	font-family: 'Roboto Mono';
	font-style: normal;
	font-weight: 100 700;
	font-display: swap;
	src: url('../fonts/robotomono-var.woff2') format('woff2-variations'), url('../fonts/robotomono-var.woff2') format('woff2');
}
