.welcome-section {
    text-align: center;
    margin-top: 40vh;
    margin-bottom: 40vh;
    color: white;
}

.welcome-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-family: 'Funnel Display', sans-serif;
}

.welcome-subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    font-family: 'Funnel Display', sans-serif;
}

#fancy-kunnic {
    --color1: 232, 129, 127;
    --color2: 195, 114, 124;
    --color3: 141, 82, 115;
    --color4: 90, 51, 110;
    --color5: 49, 31, 98;
    background: linear-gradient(
        135deg, 
        rgba(var(--color1), 1) 0%, 
        rgba(var(--color2), 1) 25%, 
        rgba(var(--color3), 1) 50%, 
        rgba(var(--color4), 1) 75%, 
        rgba(var(--color5), 1) 100%
    );
    background-repeat: no-repeat;
    background-size: 300% 300%; 
    display: inline-block; 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: background-position 0.1s ease-out;
    -webkit-text-stroke: 1px rgba(199, 142, 255, 0.4);
    font-weight: 800;
}
