@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

* {
	box-sizing: border-box !important;
}

html, body
{
	margin: 0;
	min-height: 100vh;
	
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "slnt" 0;
}

#checking, #success, #not-connected
{
	display: none;
	padding: 2rem;
	text-align: center;
}

h1 {
	margin-bottom: 2rem;
}

p {
	margin-bottom: 1.5rem;
}
