footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  line-height: var(--spacing);
  box-shadow: var(--shadow);
  background: #ddd5c7 !important;
  color: #46535e !important;
}

footer a {
  color: #46535e !important;
  text-decoration: underline;
}

footer a:hover {
  color: #003262 !important;
}

footer .button[data-style=bare] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #fdb515 !important;
  color: #46535e !important;
  font-size: 18px;
  margin: 5px;
  text-decoration: none !important;
  transition: background var(--transition), color var(--transition);
}

footer .button[data-style=bare]:hover {
  background: #46535e !important;
  color: #fdb515 !important;
}

footer .icon {
  font-size: var(--xl);
}

/*# sourceMappingURL=footer.css.map */