.back-link {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	gap: 8px;
	color: var(--mocha);
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
	transition: color 0.2s ease-in-out;
}

.back-link:hover {
	color: var(--night);
}

.back-link svg {
	width: 24px;
	height: 24px;
}

.legal-header {
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.legal-header h1 {
	font-size: 3rem;
	font-weight: 600;
	color: var(--night);
	text-align: center;
}

#document {
	max-width: 820px;
	margin: 0 auto;
	padding: 64px 32px 128px;
	display: flex;
	flex-direction: column;
	gap: 48px;
}

#document .section {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

#document h2 {
	font-size: 1.75rem;
	font-weight: 700;
	color: var(--night);
	margin-top: 16px;
}

#document h3 {
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--night);
	margin-top: 8px;
}

#document p {
	font-size: 1rem;
	line-height: 1.6;
	color: var(--mocha);
}

#document ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-left: 24px;
	color: var(--mocha);
	font-size: 1rem;
	line-height: 1.6;
}

#document li::marker {
	color: var(--stone);
}

#document strong {
	color: var(--night);
	font-weight: 600;
}

#document a {
	color: var(--forest);
}
