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

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

@font-face {
	font-family: "roboto";
	font-style: normal;
	font-weight: 400;
	src: url("RobotoMedium.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' */
}