/*
Theme Name: Bretagne Seniors
Version: 1.0
*/

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li:not(:last-child) {
  margin-bottom: 1rem;
}

.footer-menu a {
  font-family: "Atkinson Hyperlegible Next", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.01em;
  font-weight: 400;

  color: #e3e2e5;
  opacity: 0.8;

  text-decoration: none;
  transition:
    opacity 0.3s ease,
    color 0.3s ease;
}

.footer-menu a:hover {
  color: #ffffff;
  opacity: 1;
}
