@font-face {
	font-family: "Daydream";
	src: url("/assets/fonts/daydream.otf") format("opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

.nostradagit-home {
	box-sizing: border-box;
	height: calc(100dvh - 49px);
	min-height: 22rem;
	display: grid;
	place-items: center;
	padding: 1.5rem 1rem 2rem;
}

body:has(.nostradagit-home) .full.height {
	padding-bottom: 0;
}

body:has(.nostradagit-home) .page-footer {
	display: none;
}

.nostradagit-home__hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	text-align: center;
}

.nostradagit-home__logo {
	width: clamp(8rem, 18vw, 16rem);
	height: clamp(8rem, 18vw, 16rem);
	image-rendering: pixelated;
	object-fit: contain;
}

.nostradagit-home__wordmark {
	margin: 0;
	color: var(--color-text, #1f2328);
	font-family: "Daydream", var(--fonts-regular), sans-serif;
	font-size: clamp(1.65rem, 4vw, 3.25rem);
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.15;
	text-transform: lowercase;
}

@media (max-width: 767px) {
	.nostradagit-home {
		height: calc(100dvh - 49px);
		min-height: 20rem;
		padding-block: 1.25rem 1.75rem;
	}
}
