/* Footer overrides */
footer {
  margin-top: 0;
  font-family: 'Arial', sans-serif;
  background: var(--bg-elev-1);
  color: var(--text-muted);
}
*/

footer a {
  color: var(--text-muted);
  transition: color 0.2s ease;
}
footer a:hover {
  color: var(--accent);
}
