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

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

body {
	font-family: "Quan", Arial, Verdana, sans-serif;
	font-size: 1.3em;
}

.blur {
    filter: blur(5px);
    transition: filter 1s;
}

.blur.lazyloaded {
    filter: blur(0);
}
