/**
 * Self-hosted variable fonts. Bricolage Grotesque for headings (distinctive,
 * modern-luxury, not used elsewhere in this catalogue), Inter for UI/body.
 */
@font-face {
	font-family: 'Bricolage Grotesque';
	src: url('../fonts/bricolage-var.woff2') format('woff2-variations'), url('../fonts/bricolage-var.woff2') format('woff2');
	font-weight: 200 800;
	font-style: normal;
	font-display: swap;
}

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