/* Custom global styles for Súkromná škôlka Rosemarie */

/* Tactile noise overlay for the Scandinavian Hygge aesthetic */
.tactile-grain {
    position: relative;
}

.tactile-grain::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0.02;
    pointer-events: none;
    z-index: 9999;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

/* Organic blob shape for images and decoration panels */
.organic-blob {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}
