/*
Theme Name: Bedrijving
Description: WordPress thema voor Bedrijving - Organisaties die van binnenuit kloppen
Author: Bedrijving
Version: 1.0
*/

/* Tailwind CSS via CDN wordt geladen in header.php */

/* Custom styles */
html, body {
    overflow-x: hidden;
}

.bg-island {
    filter: blur(50px);
}

/* Custom cursor styles */
#custom-cursor {
    transition: transform 0.3s ease-out;
}

/* Spotlight text animation */
.spotlight span {
    display: inline-block;
    transition: font-weight 120ms ease, color 120ms ease;
}

/* Responsive adjustments */
@media (max-width: 640px) {
    .spotlight {
        font-size: 3rem;
    }
}

@media (min-width: 641px) {
    .spotlight {
        font-size: 10rem;
    }
}
