html {
  scroll-behavior: smooth;
}
.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.glass-hud {
  background: rgba(58, 57, 57, 0.6);
  backdrop-filter: blur(20px);
}
.monolith-depth {
  background: linear-gradient(180deg, rgba(195, 245, 255, 0.05) 0%, rgba(19, 19, 19, 0) 100%);
}
body {
  background-color: #131313;
  color: #e5e2e1;
  font-family: 'Lexend', sans-serif;
}
