
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Inter', sans-serif;
}
.glass {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
