@font-face {
	font-family: AllertaStencil;
	src: url("/fonts/AllertaStencil-Regular.woff2") format("woff2");
	font-display: swap;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	background: linear-gradient(135deg, #1e1b4b 0%, #0c0a1d 40%, #000 100%);
	color: #e2e8f0;
	font-family: system-ui, -apple-system, sans-serif;
	min-height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: center;
}

main {
	text-align: center;
	padding: 2rem;
}

h1 {
	font-family: AllertaStencil, sans-serif;
	font-size: clamp(4rem, 15vw, 10rem);
	font-weight: 400;
	color: #fff;
	text-shadow:
		0 0 0.25em rgb(99 102 241 / 0.6),
		0 0 0.5em rgb(99 102 241 / 0.3),
		2px 2px 0.05em rgb(168 85 247 / 0.4);
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 0.3em;
}

.tagline {
	font-size: clamp(0.875rem, 2.5vw, 1.125rem);
	color: #a5b4fc;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		transition-duration: 0.01ms !important;
	}
}
