.animate-aurora {
  background-image: linear-gradient(135deg, #dfdfdf, #fafafa, #ffffff, #ffffff, #ececec);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #27272a;
  background: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #a1a1aa;
  transition: all 0.2s ease;
}

.social-btn:hover {
  border-bottom-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #18181b;
  color: #fafafa;
}

.nav-link {
  font-size: 1rem;
  font-weight: 500;
  color: #a1a1aa;
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: #fafafa;
}

.stack-icon {
  display: inline-flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  color: #a1a1aa;
  transition: color 0.2s ease;
}

.stack-icon svg {
  height: 100%;
  width: 100%;
  fill: currentColor;
}

.stack-icon svg[fill="none"] {
  fill: none;
}

.group:hover .stack-icon {
  color: #d4d4d8;
}

.footer-icon {
  color: #a1a1aa;
  transition: color 0.2s ease;
}

.footer-icon:hover {
  color: #fafafa;
}

html {
  scroll-behavior: smooth;
}
