/* Footer */
footer {
  background-color: var(--background-secondary); /* Updated */
  color: var(--text-secondary); /* Updated */
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid var(--background-tertiary); /* Updated */
}
