
.Bitcount { 
font-family: "Bitcount Prop Double Ink", system-ui; }
.Nabla { font-family: "Nabla", system-ui; }
.Gloria { font-family: "Gloria Hallelujah", system-ui; }
.Marker { font-family: "Permanent Marker", system-ui; }
.Serif { font-family: "Instrument Serif", system-ui; }


body {
	margin: 0;
	min-height: 100vh;
	background: linear-gradient(135deg, #4a55bd 0%, #1e8ea1 50%, #7ba5a8 100%);
	background-attachment: fixed;
	color: #fff;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.5rem;
	padding: 2rem;
}

h1, h2 {
	margin: 0.25rem 0;
	text-align: center;
}