
    @keyframes svelte-1hrotn9-float {
        0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(-20px); }
    }
    
    .gradient-text.svelte-1hrotn9 {
        background: linear-gradient(to right, white, #c7d2fe);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
