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

path {
	pointer-events: none;
}

text {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer;
}