/*
	IMPORTANT:
	Font files are requested using CORS and that will always use another connection if it's not credentials.
*/

@font-face {
	font-family: 'Figtree-VariableFont';
	src: url('../fonts/Figtree-VariableFont_wght.woff2') format('woff2') tech('variations'),
	     url('../fonts/Figtree-VariableFont_wght.woff2') format('woff2-variations');
	font-weight: 300 900;
	font-display: swap;
}

/*
@font-face {
	font-family: 'Figtree-Italic-VariableFont';
	src: url('../fonts/Figtree-Italic-VariableFont_wght.woff2') format('woff2') tech('variations'),
	     url('../fonts/Figtree-Italic-VariableFont_wght.woff2') format('woff2-variations');
	font-weight: 300 900;
}
*/

@font-face {
  font-family: 'B612Mono-Regular';
  src:  url('../fonts/B612Mono-Regular.subset.woff2') format('woff2');
	font-display: swap;
}
