@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Kanit:wght@200&display=swap');

html, body {
	margin: 0px;
	overflow-x: hidden;
	font-family: 'Kanit', sans-serif;
	--principal-color: #65bd00;
}

@media only screen and (max-width: 590px) {

	html, body {
	    height:100%;
	    width:100%;
	    overflow-x: hidden;
	}

}