@tailwind base;
@tailwind components;
@tailwind utilities;

.glow-amber {
  text-shadow: 0 0 15px rgb(245 158 11);
}

.server-card {
  transition: all 0.3s ease;
}

.server-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
