@font-face {
	font-family: 'UniNeue';
	src: url('./webfonts/39B2D2_1_0.eot');
	src: url('./webfonts/39B2D2_1_0.eot?#iefix') format('embedded-opentype'),
			url('./webfonts/39B2D2_1_0.woff2') format('woff2'),
			url('./webfonts/39B2D2_1_0.woff') format('woff'),
			url('./webfonts/39B2D2_1_0.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'UniNeue';
	src: url('./webfonts/39B2D2_0_0.eot');
	src: url('./webfonts/39B2D2_0_0.eot?#iefix') format('embedded-opentype'),
			url('./webfonts/39B2D2_0_0.woff2') format('woff2'),
			url('./webfonts/39B2D2_0_0.woff') format('woff'),
			url('./webfonts/39B2D2_0_0.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

:root {
	--default-font-family: 'UniNeue', sans-serif;
}

body {
	font-family: var(--default-font-family);
}
