@font-face {
	font-family: 'Root-bold';
	src:
		url('./Root-bold.woff2') format('woff2'),
		url('./Root-bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Root-medium';
	src:
		url('./Root-medium.woff2') format('woff2'),
		url('./Root-medium.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Root-light';
	src:
		url('./Root-light.woff2') format('woff2'),
		url('./Root-light.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}