@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

@font-face {
	font-family: 'Roboto';
	font-weight: normal;
	src: url('/engl/font/Roboto-Regular.eot');
	src: url('/engl/font/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		 url('/engl/font/Roboto-Regular.woff') format('woff'),
		 url('/engl/font/Roboto-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-weight:500;
	src: url('/engl/font/Roboto-Medium.eot');
	src: url('/engl/font/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		 url('/engl/font/Roboto-Medium.woff') format('woff'),
		 url('/engl/font/Roboto-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Roboto';
	font-weight: 700;
	src: url('/engl/font/Roboto-Bold.eot');
	src: url('/engl/font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		 url('/engl/font/Roboto-Bold.woff') format('woff'),
		 url('/engl/font/Roboto-Bold.woff2') format('woff2');
}