/**
 * Site footer
 */

.footer {
	margin-top: clamp(2rem, 5vw, 3.5rem);
	padding: 10px 0 5px;
	border-top: 1px solid var(--brand-border);
	text-align: center;
	color: var(--brand-text-muted);
	font-size: 0.9rem;
}
