@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Space Grotesk', sans-serif;
}

::selection {
    background: rgba(168, 85, 247, 0.5);
}

.vanta-canvas {
    opacity: 0.7;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}