/**
 * Self-hosted webfonts. Only the weights actually used by the design are
 * shipped; everything else in the --sans/--hand stacks falls back to the
 * visitor's system fonts by design.
 */
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('../fonts/gilroy-800.woff2') format('woff2');
}

@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/gilroy-300.woff2') format('woff2');
}
