.material-symbols-outlined {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
body {
  font-family: 'Manrope', sans-serif;
  background-color: #0b1326;
  color: #dae2fd;
}
.font-headline { font-family: 'Space Grotesk', sans-serif; }

@keyframes gradient-x {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}
.animate-gradient-text {
    animation: gradient-x 4s ease infinite;
    background-size: 200% auto;
}
