html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background: #ffffff;
	color: #111111;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	text-align: center;
}

#brand {
	padding: 0 24px;
}

#brand h1 {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: 500;
	font-size: clamp(2.25rem, 7vw, 4.5rem);
	letter-spacing: -0.01em;
	margin: 0;
	line-height: 1.1;
}

#brand .tagline {
	margin-top: 1.25rem;
	font-size: 0.875rem;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	color: #666666;
}

#footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 20px;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	color: #888888;
	text-align: center;
}
