* {
	box-sizing: border-box;
}

html {
	padding: 0;
	margin: 0;
	width: 100vw;
	height: 100vh;
	font-size: 1rem;
	font-family: 'Coiny', system-ui;
	font-weight: 400;
	font-style: normal;
}

body {
	margin: 0;
	width: 100%;
	height: 100%;
}

p {
	font-size: 1.3rem;
}

.coiny-regular {
	font-family: 'Coiny', system-ui;
	font-weight: 400;
	font-style: normal;
}
