/* Geist + Geist Mono — variáveis, self-hosted */

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

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