/*
 * Shop-lean Outfit set.
 * Keeps the public shop on two font files; browser synthesis covers 600 and 900.
 */

@font-face {
	font-family: 'Outfit';
	src: url('Outfit-Medium.woff2') format('woff2');
	font-weight: 400 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Outfit';
	src: url('Outfit-Bold.woff2') format('woff2');
	font-weight: 700 900;
	font-style: normal;
	font-display: swap;
}
