@font-face {
	font-family: 'Arial Rounded';
	font-display: swap;
	src: url('../fonts/Arial Rounded/400.eot');
	src: url('../fonts/Arial Rounded/400.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Arial Rounded/400.otf') format('otf'),
		 url('../fonts/Arial Rounded/400.svg') format('svg'),
		 url('../fonts/Arial Rounded/400.ttf') format('truetype'),
		 url('../fonts/Arial Rounded/400.woff') format('woff'),
		 url('../fonts/Arial Rounded/400.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Arial Rounded';
	font-display: swap;
	src: url('../fonts/Arial Rounded/700.eot');
	src: url('../fonts/Arial Rounded/700.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Arial Rounded/700.otf') format('otf'),
		 url('../fonts/Arial Rounded/700.svg') format('svg'),
		 url('../fonts/Arial Rounded/700.ttf') format('truetype'),
		 url('../fonts/Arial Rounded/700.woff') format('woff'),
		 url('../fonts/Arial Rounded/700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

