html,
body {

	font-family: 'childFriendly';
	overflow:auto;
	user-select: none;
	-webkit-user-select: none;


}
@font-face {
	font-family: 'childFriendly';
	src: url('fonts/childFriendly.ttf') format('truetype');
}
@font-face {
	font-family: 'sassoonPrimary';
	src: url('fonts/Sassoon-Williams-SassoonPrimary-Bold.otf') format('opentype');
}
