:root {
	--text-footer-slogan: #ffffff;
	--text-footer: #ffffff;   
	--footer_bg: #ff2525; 
}    

/* =========================
	Footer
	========================= */

footer {
	border-top: 1px solid #ddd;
	padding: 1rem 0 1.5rem;
	font-size: 0.8rem;
	background: var(--footer_bg);
	color: var(--text-footer);
}

.footer-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0.75rem;
	align-items: center;
}

.footer-links {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.footer-slogan {
	font-style: italic;
	color: var(--text-footer-slogan);
	font-size: 0.85rem;
}