@font-face {
	font-family: "Hammersmith One";
	src: url("HammersmithOne-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}

body {
	background-color: #fef8fa;
	font-family: "Hammersmith One", sans-serif;
	user-select: none;
	touch-action: pan-y pan-x;
}

input,
select,
textarea,
button {
	touch-action: manipulation;
	font-family: inherit;
}

input,
textarea {
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
