/* =============================================
   Footer Component
   Reusable footer styles
   ============================================= */

.footer-text {
  text-align: center;
  margin-top: 32px;
  color: var(--text-secondary);
  font-size: 13px;
}

.footer-text a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.footer-text a:hover {
  color: var(--accent-hover);
}
