/* American Meathead v2 — self-hosted fonts. */

@font-face {
	font-family: 'Bricolage Grotesque';
	font-style: normal;
	font-weight: 200 800;
	font-display: swap;
	src: url('../fonts/bricolage-grotesque-variable.woff2') format('woff2-variations'),
	     url('../fonts/bricolage-grotesque-variable.woff2') format('woff2');
}

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

:root {
	font-variant-numeric: lining-nums;
}
