/* assets/css/main.css */

body {
  font-family: 'Inter', sans-serif;
  background-color: #f9fafb;
  color: #333;
  line-height: 1.6;
}

a {
  transition: color 0.3s ease;
}

a:hover {
  color: #2563eb;
}

button {
  transition: all 0.3s ease;
}

.glow {
  box-shadow: 0 0 20px rgba(37, 99, 235, 0.4);
}

.gradient-text {
  background: linear-gradient(90deg, #2563eb, #7c3aed);
  -webkit-background-clip: text;
  color: transparent;
}
