@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500;700&display=swap');

body {
  font-family: 'Inter', sans-serif;
  background: radial-gradient(circle at top left, #0f172a, #1e293b);
  color: white;
}

.glass {
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-link:hover {
  color: #5eead4;
}

button, a {
  transition: all 0.3s ease;
}
