body {
	margin: 0;
	padding: 0;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	background: #0f172a;
	color: white;
}

* {
	box-sizing: border-box;
}

button {
	font-family: inherit;
}

input, select {
	font-family: inherit;
}
