body {
  font-family: "Inter", sans-serif;
  background-color: #09090b;
  color: #fafafa;
}

.glass-nav {
  background: rgba(9, 9, 11, 0.7);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

#glCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

.text-gradient {
  background: linear-gradient(to right, #fafafa, #a1a1aa);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
