@font-face {
	font-family: "azaret";
	font-style: normal;
	font-weight: 400;
	src: url("AzeretMonoLight.ttf");
}

@font-face {
	font-family: "lato";
	font-style: normal;
	font-weight: 400;
	src: url("LatoRegular.ttf");
}

@font-face {
	font-family: "latoblack";
	font-style: normal;
	font-weight: 400;
	src: url("LatoBlack.ttf");
}

@font-face {
	font-family: "neu";
	font-style: normal;
	font-weight: 400;
	src: url("NeuzeitGroteskRegular.ttf");
}

@font-face {
	font-family: "neubold";
	font-style: normal;
	font-weight: 400;
	src: url("NeuzeitGroteskBold.ttf");
}

body {
	-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
	-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
}