/* ==========================================================================
   404 Page
   ========================================================================== */

.error-404 {
	min-height: calc(100vh - var(--header-height));
	display: flex;
	align-items: center;
}

.error-404__content {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}

.error-404__code {
	font-family: var(--font-heading);
	font-size: clamp(6rem, 15vw, 10rem);
	font-weight: 700;
	color: #ffd700;
	line-height: 1;
	opacity: 0.3;
	margin-bottom: 1rem;
}

.error-404__title {
	font-size: var(--fs-h2);
	margin-bottom: 1rem;
}

.error-404__desc {
	color: var(--color-text-sub);
	margin-bottom: 2.5rem;
}

.error-404__actions {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
}
