.footer {
	position: relative;
	z-index: 999;
	padding: 2rem;
	text-align: center;
	background: white;
	font-size: 0.9rem;
	color: var(--muted);
	border-top: 1px solid var(--ink);
}

.footer a {
	color: var(--ink);
	text-decoration: none;
	font-weight: 300;
	margin: 0 0.5rem;
	transition: color 0.15s ease;
}

.footer a:hover {
	color: var(--brand-1);
}
