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

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

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

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

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