@font-face {
	src: url(FSky.otf);
	font-family: "FallingSky";
}

@font-face {
	src: url(FjallaOne.otf);
	font-family: "FjallaOne";
}

@font-face {
	src: url(kalinga.ttf);
	font-family: "Kalinga";
	font-weight: 400;
}

* {
	box-sizing: border-box;
	margin: 0px;
	outline: none;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
input,
button,
textarea {
	font-family: "Kalinga", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

html, body { 
	touch-action: manipulation;
	height:100%; 
}

body {	
	overflow-y: scroll;
}

@media only screen and (orientation: portrait) {
	body {	
		overflow-y: hidden;
	}
}

button {
	touch-action: manipulation;
	cursor: pointer;
}

a {
	color: inherit;
	text-decoration: none;
}

ul {
	list-style: none;
}

select::-ms-expand {
	display: none;
}

html {
	font-size: 10px;
}

@media (min-width: 576px) {
	html {
		font-size: 16px;
	}
}
