/*
Theme Name: Car Events
Theme URI: https://car-events.local/
Author: Jeremy Hixon
Description: Custom theme for Car Events. Documents car meets, shows, and gatherings.
Version: 0.1.0
Text Domain: car-events
*/

@import url('assets/css/tokens.css');

/* ── Global site footer ─────────────────────────────────────────────────── */

.ce-site-footer {
	border-top: 1px solid var(--line);
	padding: 40px var(--density-pad);
	color: var(--fg-3);
	font-family: var(--font-mono);
	font-size: 12px;
	letter-spacing: 0.02em;
}

.ce-site-footer__inner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	text-align: center;
}

.ce-site-footer__nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 24px;
}

.ce-site-footer__nav-list a,
.ce-site-footer__credit a {
	color: var(--fg-3);
	text-decoration: none;
	transition: color 120ms ease;
}
.ce-site-footer__nav-list a:hover,
.ce-site-footer__credit a:hover { color: var(--fg); }

.ce-site-footer__credit {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px 8px;
}
