/* ==========================================================================
   Footer
   ========================================================================== */

.footer {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2.5rem 1.5rem 3.5rem;
  color: var(--text-2);
  font-size: 0.85rem;
}

.footer a {
  color: var(--violet-soft);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s var(--ease-out);
}

.footer a:hover {
  border-color: var(--violet-soft);
}
